alongubkin / phonertc

WebRTC for Cordova apps - No longer active
http://phonertc.io
Apache License 2.0
866 stars 305 forks source link

Switch stream source for video container #199

Open Soudny opened 8 years ago

Soudny commented 8 years ago

I am developing an application which would require switching video streams that are being displayed. What I would like to achieve is to display only one video source at the time to all participants in a group call and be able to switch among them.

Currently, all videos are displayed at the same time in one video container taking only portion of the screen.

Is it possible at all? Would it be possible to implement this feature?