How to connect to RTC server through proxy using rtc client api
![]() Hi All, Thank you in advance. I have requirement where I have to fetch all the streams for specific project area. I have written code accomplish same(copied from jazz site). However I am getting issue while connecting to RTC server through proxy. we have proxy server configured here in my environment. The code which I have used is,
String repoUri = "serverRUL";// Server is configured out site my network
This gives timeout exception, so the question is how to set proxy details through api to connect to RTC server. |
One answer
![]()
Hi Nilesh,
You should try using the Java property as specified in this document https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html
Best regards,
|