devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

How to create a local MediaStream? #114

Open shubhamsinghshubham777 opened 1 year ago

shubhamsinghshubham777 commented 1 year ago

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?

shubhamsinghmutualmobile commented 10 months ago

@devopvoid Do we have any updates on this?