How can i login into RTC using a php program
![]()
I need to login to RTC with a username and password using a php program. How can i do this ?
|
One answer
![]()
Depends on your actual use case.
1. you can use JSP and then invoke RTC Java APIs
or
2. If you are trying to access REST urls, you can then authenticate using OAuth
|