-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RTCMediaStream methods addTrack and removeTrack not implemented #17
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
Comments
Long story short: how to hotswap rear/front camera after connection was established? Such a basic feature |
I've already spent half of a day trying to implement this methods, but another phone just don't receive new stream |
If you use addTrack and removeTrack to switch cameras, you need re-offer/answer to notify the peer of track changes. |
@cloudwebrtc thanks for response, I've already implemented switch camera method yesterday, and provided pull request |
RTCMediaStream methods addTrack and removeTrack not implemented
The text was updated successfully, but these errors were encountered: