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

How to add third party participants with a single "sendrecv" PeerConnection #2645

Open
ypedegroot opened this issue Apr 11, 2024 · 0 comments

Comments

@ypedegroot
Copy link

I am currently using LiveKit SFU to implement various scenarios, including one where I need to connect a third party that only allows a single PeerConnection to be used, with a sendrecv offer (or answer). I have no control over the workings of this third party WebRTC client.

I understand that in the LiveKit SFU architecture, two PeerConnections are used: one for publishing and one for subscribing. How would I proceed with connecting a third party client as described above to a LiveKit Room? I use the client protocol (protobuf) to communicate with the LiveKit SFU server using websockets. Any help is greatly appreciated.

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

1 participant