-
Notifications
You must be signed in to change notification settings - Fork 22
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 apply the server URL to the project #62
Comments
It is not necessary to replace the server's url to the project. You only need your background server to provide an interface to obtain the rtmtoken. You can obtain the rtmToken in your project and use it in the launch interface. |
Sorry, I'm a beginner. Can you tell me where the "launch interface" is? I read the code for a long time and can't find the place where the token can be replaced |
fun startClassRoom() {
} |
Hi,
According to the tutorial in this link, the server has been deployed successfully, but how to replace the url of the server into the project?
[https://github.com/AgoraIO-Community/Agora-Node-TokenServer]
The text was updated successfully, but these errors were encountered: