Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Widiyanto opened this issue Sep 1, 2020 · 2 comments

Comments

@Widiyanto
Copy link

No description provided.

@Shafqat754
Copy link

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

@Widiyanto
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants