webleb
webleb
@Patrick-Vogt @muaz-khan i am not sure but i think it is related to setTimeout or because the video start automatically , maybe we need to mute voice or add a...
@Patrick-Vogt @grimace @killmenot @muaz-khan Hi , anyone could solve chrome to chrome issue listed in the first message ?
@muaz-khan Hello Muaz , i am using old version of rtcmulticonnection many to many conference video call . seem your new version have a fix for chrome to chrome i...
[RTCMultiConnection.zip](https://github.com/muaz-khan/RTCMultiConnection/files/5981527/RTCMultiConnection.zip)
> connection.getExternalIceServers = false; you need to set this to true
how provide public ip and local ip manually to RTCMulticonnection instead using stun and turn server
@ROBERT-MCDOWELL @grimace @killmenot @muaz-khan I am trying to build a stun-like script in javascript (not node.js) that read the ip's from a local file and i want to make rtcmulticonnection...
how provide public ip and local ip manually to RTCMulticonnection instead using stun and turn server
@ROBERT-MCDOWELL I dont want that Stun know the ip but just read it from input form enter it by user.
how provide public ip and local ip manually to RTCMulticonnection instead using stun and turn server
@ROBERT-MCDOWELL I know what is STUN server. i just want use same mechanism to pass the ip to webRTC. i dont want that my new "STUN" to know the ip...
how provide public ip and local ip manually to RTCMulticonnection instead using stun and turn server
i just want a way to pass the ip to RTCMulticonnection without using stun and turn and signal server. @ROBERT-MCDOWELL @grimace @killmenot @muaz-khan
how provide public ip and local ip manually to RTCMulticonnection instead using stun and turn server
@ROBERT-MCDOWELL suppose that i know the ip and i just want to pass it to webRTC (if it is complex i will use same mechanism that stun use it to...