owt-client-javascript
owt-client-javascript copied to clipboard
Switch audio / video input without republishing
Hi, I couldn't find an API to update the Video / Audio source without creating a new Owt.Base.LocalStream
and calling conference.publish
again.
Is implementing something this without republishing currently possible?
Hi, replaceTrack
is not available right now.
Hi @jianjunz, thanks for the quick answer. Is there any timeline when this feature will be available?
@jianjunz +1 👍 for this feature
+1
I don't have an ETA for this feature, but we're planning an API update for client SDKs to support new features enabled at server side. Exposing either RTCPeerConnection
or RTCTransceiver
is one of the change I would like to make.
+1
This should now be possible to implement thanks to the following commit: https://github.com/open-webrtc-toolkit/owt-client-javascript/commit/a3659b7756257b55772047a21c065b41af0998e0
Is that correct @jianjunz ?