owt-client-javascript
owt-client-javascript copied to clipboard
Open WebRTC Toolkit JavaScript SDK
This change allows application to get `PeerConnection` before publishing or subscribing. Then the application can create `RTCRtpTransceiver`s on the `PeerConnection` returned, and publish a stream with `RTCRtpTransceiver`s pre-configurated.
I want to use it on the hololens2 platform, thank you
Hi everyone, I am using OWT 5.0.x SDK and I know since 5.0, all publications and subscriptions for the same conference use the same PeerConnection. So when I use getStats(...
Hi , We are unsubscribing the subscribed streams properly, even though we are facing the above mentioned error, from then we are unable to subscribe to the new streams. Can...
Hi I am trying to launch quic agent through owt server. I am building owt server with quic agent from source as described in https://github.com/open-webrtc-toolkit/owt-server/blob/master/doc/design/quic-agent.md I got a warning when...
I use the iPhone ios15.1 safria browser (neither PC browser nor Android browser nor lower version safria). After I publish local stream successfully (enter the successful callback), he will refresh...
Subscriptions is a map and not an array, because of that checking on `subscription._audioTrackId|_videoTrackId` will actually not work. For some reason, _audioTrackId and _videoTrackId is actually `undefined`. I am not...