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 setup custom TURN & STUN server in Room example ? #10

Closed
Codefa opened this issue Apr 8, 2024 · 2 comments
Closed

How to setup custom TURN & STUN server in Room example ? #10

Codefa opened this issue Apr 8, 2024 · 2 comments

Comments

@Codefa
Copy link

Codefa commented Apr 8, 2024

In Room example i can see

import { Artico } from "@rtco/client";

const rtco = new Artico();

I couldn't find the option to add custom TURN & STUN server in this Artico class, those are only available in Peer class which is in @rtco/peer

How can i add the RTCConfiguration in the Room example ?

@matallui
Copy link
Owner

matallui commented Apr 8, 2024

@Codefa It might not be exposed. That's a good point. I will add that feature as soon as I find some free time to work on this.

@matallui
Copy link
Owner

matallui commented Apr 9, 2024

@Codefa Just added a way to provide rtcConfig via Artico options. Check out v0.2.9 and let me know if that works for you!

@matallui matallui closed this as completed Apr 9, 2024
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