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

Remove Ice Server Config in Code #17

Open
a-wing opened this issue Jul 26, 2023 · 0 comments
Open

Remove Ice Server Config in Code #17

a-wing opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request mod::cloud Cloud server mod::unity Unity application mod::webui WebUI demo page

Comments

@a-wing
Copy link
Member

a-wing commented Jul 26, 2023

Unity

Config use:

  • ICE_SERVERS
  • TURN_HOSTNAME
  • TURN_USERNAME
  • TURN_PASSWORD

Maybe need set in cloud config

WebUI

Need change, iceServers use cloud config

const pc = new RTCPeerConnection({
        iceServers: [
          {
            urls: ["stun:stun.22333.fun"],
          },
          {
            urls: "turn:turn.22333.fun",
            username: "filegogo",
            credential: "filegogo",
          },
        ],
    });
@a-wing a-wing added enhancement New feature or request mod::cloud Cloud server mod::webui WebUI demo page mod::unity Unity application labels Jul 26, 2023
@a-wing a-wing added this to JoyRTC Aug 6, 2023
@a-wing a-wing moved this to Todo in JoyRTC Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod::cloud Cloud server mod::unity Unity application mod::webui WebUI demo page
Projects
Status: Todo
Development

No branches or pull requests

1 participant