-
Notifications
You must be signed in to change notification settings - Fork 576
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 join in a room #5
Comments
Hi ! For example, if you want to make a call between 2 androids (with AndroidRTC installed on both) :
For unknown reason, some devices didn't want to open those links with androidRTC. I tried to fix it on the devices I had but obviously couldn't test every available devices. If that's the case, could you tell me which device it is and any relevant log information. PS: be sure to change the host address in res/values/strings.xml (it should point to your ProjectRTC server) |
setting callerId= //id to which u want to connect on oncallready() function resolve my problem thanks to your quick response Thanks pchab for ur compact solution for huge problem (webrtc native app) |
please help me how to join a room in android app
everything is working fine for me but im not able to join a room from android device
please tell me which function i have to call
i already tested oncallready and answer functions
The text was updated successfully, but these errors were encountered: