Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access/Override RTCPeerConnection when using Jitsi Meet IFrame API #2270

Open
subhamusinha opened this issue May 1, 2023 · 3 comments
Open

Comments

@subhamusinha
Copy link
Contributor

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

@saghul
Copy link
Member

saghul commented May 1, 2023

Why do you open an issue if we are having a discussion in the community?

@subhamusinha
Copy link
Contributor Author

Apologies. I was wondering on the line to get this done in a more cohesive way. I can retract if needed. willing to help more than anything else.

@saghul
Copy link
Member

saghul commented May 1, 2023

Sounds good. I'd say let's discuss in the community and see what the way forward here would be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants