You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access/Override RTCPeerConnection when using Jitsi Meet IFrame API
During a Jitsi session, peer connection is created within modules/RTC/TraceablePeerConnection.js
this.peerconnection = new RTCPeerConnection(pcConfig, safeConstraints);
However, it seems, it is not possible to access/override RTCPeerConnection when using Jitsi Meet IFrame API.
Looks like this behaviour is due to RTCPeerConnection object being created within an IFrame and hence cannot be accessed/overidden.
Is there a way to access this via some callbacks or subscribe to internal events from the IFrame or by a completely different approach?
Description
Access/Override RTCPeerConnection when using Jitsi Meet IFrame API
During a Jitsi session, peer connection is created within modules/RTC/TraceablePeerConnection.js
this.peerconnection = new RTCPeerConnection(pcConfig, safeConstraints);
However, it seems, it is not possible to access/override RTCPeerConnection when using Jitsi Meet IFrame API.
Looks like this behaviour is due to RTCPeerConnection object being created within an IFrame and hence cannot be accessed/overidden.
Is there a way to access this via some callbacks or subscribe to internal events from the IFrame or by a completely different approach?
https://community.jitsi.org/t/access-override-rtcpeerconnection-when-using-jitsi-meet-iframe-api/123217
The text was updated successfully, but these errors were encountered: