owt-client-javascript
owt-client-javascript copied to clipboard
Is there an easy way to replaceTrack after publish localstream?
I want to change microphone or share screen. How could I call sender.replaceTrack(track) after conference.publish bean called?
Hi bibitoo,
RTCSender is not exposed to developers, so replaceTrack is not supported right now. It'll be possible to do so when #317 is implemented.
Hi @jianjunz , #317 is now merged to master, can you pls post some documentation or example ?
Thank you.
Hi kurapatijayaram,
#317 is a design. It has not yet been implemented.