APIs for iOS and Android applications to start and join a meeting
You can use the following custom URLs to start or join a meeting:
Join a meeting:
turbomeeting80://?role=attendee&meeting_id=&meeting_password=&name=&account_server_ip=
Host a meeting:
turbomeeting80://?role=host&email=&user_password=&account_server_ip=
where account_server_ip is the server address and other parameters are self explanatory.
For Android developers, you can use other means such as "intent" to launch the TurboMeeting client by using the package name: "com.rhubcom.turbomeeting80", and scheme name: "turbomeeting80". For example,
intent://?role=attendee&meeting_id=&meeting_password=&name=
&account_server_ip=#Intent;scheme=turbomeeting80;package=com.rhubcom.turbomeeting80;end
intent://?role=host&email=&user_password=
&account_server_ip=#Intent;scheme=turbomeeting80;package=com.rhubcom.turbomeeting80;end
The keyword turbomeeting80 is associated the mobile APP version. It may change.