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

Fix mute and unmute events getting dispatched multiple times. Now that a single channel is used for publication and subscription, we should trigger stream update related events only once for...

chrome console ```log owt.js:3300 MCU returns negative ack for unsubscribing, Invalid subscription id owt.js:3374 Empty candidate. owt.js:4754 Uncaught (in promise) Timeout to make rpc to [email protected]_39.onSessionSignaling handleResponse @ owt.js:4754 (anonymous)...

Hi, Some times when I am publishing a stream, I am receiving the following error `request.media.video.parameters.resolution should have required property width ` What does it mean ? Can someone help...

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

comp:dependencies

in client.js if (notification === 'stream') { if (data.status === 'add') { fireStreamAdded(data.data); } somtimes data.data without tracks eg. {"id":"43b1bd13dfb44c74a5bc652ec5b79502","type":"forward","media":{"audio":{"status":"active","source":"mic","format":{"channelNum":2,"sampleRate":48000,"codec":"opus"},"optional":{"format":[{"sampleRate":16000,"codec":"isac"},{"sampleRate":32000,"codec":"isac"},{"channelNum":1,"sampleRate":16000,"codec":"g722"},{"codec":"pcma"},{"codec":"pcmu"},{"channelNum":2,"sampleRate":48000,"codec":"aac"},{"codec":"ac3"},{"codec":"nellymoser"},{"codec":"ilbc"}]}},"video":{"status":"active","source":"camera","original":[{"format":{"codec":"vp9"}}],"optional":{"format":[{"codec":"vp8"},{"profile":"CB","codec":"h264"},{"profile":"B","codec":"h264"}],"parameters":{"resolution":[{"width":480,"height":360},{"width":426,"height":320},{"width":320,"height":240},{"width":212,"height":160},{"width":160,"height":120},{"width":352,"height":288}],"bitrate":["x0.8","x0.6","x0.4","x0.2"],"framerate":[6,12,15,24],"keyFrameInterval":[100,30,5,2,1]}}}},"info":{"owner":"oY11_14ORZAScJWFAAAR","type":"webrtc","inViews":[]}}

Hello It missed in sample conference - how to add iceServer config to Owt.Conference.ConferenceClient? I try this but it is not working: ``` const rtcConfiguration = { iceServers: [{ urls:...

This change enables sending MediaStream over WebTransport streams and receiving MediaStream over WebTransport datagrams.

wip
comp:webtransport

When I want to publish only video stream, I constructed the object as ``` let localStream = new Owt.Base.LocalStream( stream, new Owt.Base.StreamSourceInfo(undefined, "camera"), { id: this._currentUser.id, osType: this._currentUser.osType, userName: this._currentUser.name,...

iPhone X, 15.1 demo-website based on owt-client-javascripte/src/sample/conference The browser is crashed when allow camera and microphone access. It seems socket.io exception found from debug info.