owt-client-javascript
owt-client-javascript copied to clipboard
Open WebRTC Toolkit JavaScript SDK
1: windwos and safari connect server 2: windwos and safari add remoteId each other 3: safari publish local stream to windows success actual: publish success callback can not trigger ,windows...
1: windwos and safari connect server with vp9 2: windows and safari add remoteId each other 3: windows publish local stream success 4: windwos call publication.stop() 5: windows re publish...
1 android and safari connect server with h264 2 android and safari add remoteId each other 3 safari publish local stream to android 4 safari publication.stop() to android except: android...
1 windows connect server with 21 with h264 2: firefox connect server with 14 with h264 3: windows and firefox addRemoteId each other 4: windows publish localstream success 5: firefox...
1: firefox connect server 2: chrome connect server 3: chrome and firefox setRemoteId each other 4: chrome publish localStream to firefox success 5: chrome call publication.stop() expect: firefox side remoteStream.ended...
1: firefox connect server 2: chrome connect server 3: chrome and firefox setRemoteId each other 4: chrome publish localStream to firefox success 5: firefox publish localStream to chrome expect :...
1: two chrome client connect server 2: two chrome client publish rach other 3: one chrome client click Mute/Unmute actual: nothing happened
Suppose that I publish a stream (audio or video). On the peer side (C++ client), `OnStreamAdded()` gets called; but there is no way to find out whether its an audio...
`PublicationSettings` is not tightly associated with a specific publication. It should be reusable.
I want to change microphone or share screen. How could I call sender.replaceTrack(track) after conference.publish bean called?