nhancv / nc-kurento-android

Demo kurento webrtc android (via webview and native using libjingle)
65 stars 24 forks source link

Switch camera stream in the middle of communication to screen share stream? #16

Open Widiyanto opened 4 years ago

Shafqat754 commented 4 years ago

Did you got any success i just want to switch camera in one2one any help will be appreciated.

Widiyanto commented 3 years ago

just call this method in PeerConnectionClient public void switchCamera() { executor.execute(new Runnable() { @Override public void run() { switchCameraInternal(); } }); }