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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -