Author Message
DroidMan
Joined: May 25, 2018
Messages: 8
Offline
Hi,

I want to do exactly opposite of the current implementation.

What i want is when switch to BACK camera i want to show local video to full screen and remote video to small screen.
And When switch to FRONT camera i want local video to small and remote video to large.

Please see attached picture for more clear details.


  • [Thumb - Camera change.png]
[Disk] Download
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
Hi,

Thank you for your question.

Yuo can use the setPlane and setBounds methods

// set the remote video plane as a child beneath the local video plane
videoPlaneLocal.setPlane(videoPlaneRemote);
Go to:   
Mobile view