owt-client-javascript icon indicating copy to clipboard operation
owt-client-javascript copied to clipboard

Open WebRTC Toolkit JavaScript SDK

Results 118 owt-client-javascript issues
Sort by recently updated
recently updated
newest added

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...

comp:p2p

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...

comp:p2p

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...

bug
comp:p2p
safari

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...

comp:p2p

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...

comp:p2p

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 :...

comp:p2p

1: two chrome client connect server 2: two chrome client publish rach other 3: one chrome client click Mute/Unmute actual: nothing happened

comp:p2p

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...

comp:p2p

`PublicationSettings` is not tightly associated with a specific publication. It should be reusable.

comp:conference

I want to change microphone or share screen. How could I call sender.replaceTrack(track) after conference.publish bean called?