Remote participant video rendering

Hi, I have two problems:
1 - when using
zoomVideoSDKUser.getVideoCanvas().subscribe(
(ZoomVideoSDKVideoView)viewToConfig.nativeWidget,
ZoomVideoSDKVideoAspect.ZoomVideoSDKVideoAspect_Full_Filled,
ZoomVideoSDKVideoResolution.VideoResolution_1080P
);
My video is not stretched over the entire ZoomVideoSDKVideoView element (I made it a blue background for clarity).

2 - I need to get two ZoomVideoSDKVideoView elements for two users, can I do that?
When trying to do this I only get the video to play on one of them.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.