Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

 for use 'CS_WebRTC_Client_SDK_Windows.v4.1', I have a trouble with call join room failed.

teddy_S
Beginner
552 Views

project linked sioclient.lib library and connect with the port 3001.

debug info:
(conferencesocketsignalingchannel.cc:90): Adding duplicated observer.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:156): Socket.IO connection failed.

 

0 Kudos
3 Replies
Hr__Z
New Contributor I
552 Views

I faced same problem, just replace ip config in webrtc_agent/agent.toml:

network_interfaces = []  # default: []
TO:

network_interface = {name = "eth0",replaced_ip_address = "xx.xx.xx.xx"}
 

0 Kudos
Hr__Z
New Contributor I
552 Views

And change ip_address = "" #default: "" in portal/portal.toml

 

0 Kudos
teddy_S
Beginner
552 Views

Hr, Z wrote:

I faced same problem, just replace ip config in webrtc_agent/agent.toml:

network_interfaces = []  # default: []
TO:

network_interface = {name = "eth0",replaced_ip_address = "xx.xx.xx.xx"}
 

 

thanks for your help, and I have to say that the configuration problem is difficult to check!

0 Kudos
Reply