Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let localPeerConnection;
  2. localPeerConnection = new RTCPeerConnection(servers);
  3. localPeerConnection.addEventListener('icecandidate', handleConnection);
  4. localPeerConnection.addEventListener(
  5. 'iceconnectionstatechange', handleConnectionChange);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement