We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In other platform implementations of WebRTC, there are ways using which the user can create a local MediaStream. It is generally present inside the PeerConnectionFactory class in the form of MediaStream createLocalMediaStream(String label). For example, ref this: https://chromium.googlesource.com/external/webrtc/+/HEAD/sdk/android/api/org/webrtc/PeerConnectionFactory.java#430
MediaStream
PeerConnectionFactory
MediaStream createLocalMediaStream(String label)
But I can't seem to find such a function in this wrapper implementation. Could you please help @devopvoid?
The text was updated successfully, but these errors were encountered:
@devopvoid Do we have any updates on this?
Sorry, something went wrong.
devopvoid
No branches or pull requests
In other platform implementations of WebRTC, there are ways using which the user can create a local
MediaStream
. It is generally present inside thePeerConnectionFactory
class in the form ofMediaStream createLocalMediaStream(String label)
. For example, ref this: https://chromium.googlesource.com/external/webrtc/+/HEAD/sdk/android/api/org/webrtc/PeerConnectionFactory.java#430But I can't seem to find such a function in this wrapper implementation. Could you please help @devopvoid?
The text was updated successfully, but these errors were encountered: