xmpp - WebRTC p2p connection without ICE servers -
i trying out strophejingle example @ jingle-interop (https://github.com/legastero/jingle-interop-demos/tree/gh-pages/strophejingle) uses httpbind , google open source ice server "stun:stun.l.google.com:19302" establish peer-to-peer connection. thinking, whether possible establish connection without using ice servers, if planning use example in lan? appreciated. thanks.
maybe can try passing empty ice servers config rtcpeerconnection() api, no stun or turn server. in strophejingle there ice_config options contains config.
Comments
Post a Comment