webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

How to create a local MediaStream?

Open shubhamsinghshubham777 opened this issue 1 year ago • 1 comments

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

But I can't seem to find such a function in this wrapper implementation. Could you please help @devopvoid?

shubhamsinghshubham777 avatar Mar 04 '23 12:03 shubhamsinghshubham777

@devopvoid Do we have any updates on this?