android - intel webrtc 2.1.1 server connection issue -


i have android app makes peer-2-peer video , audio calls. using webrtc version 2.0, supposed port version 2.1.1.

so did replace dependencies newer version. had errors fixed - functions names changed , stuff - app compiling , running good.

the issue here when try connect intel server. server receives request along name of peer , authenticate never send response no matter how long wait. no failure or success message.

this worked me after several tries
when using intel webrtc server version 2.0 use url format connect "http://0.0.0.0:8095/webrtc" => "http://ip:port/webrtc"
when using version 2.1.1 should use format "http://0.0.0.0:8095" => "http://ip:port"
remove "/webrtc" part


Comments