showing results for - "peer on 28 27signal 27 29 in details"
Asma
30 May 2020
1{
2  initiator: false,
3  channelConfig: {},
4  channelName: '<random string>',
5  config: { iceServers: [{ urls: 'stun:stun.l.google.com:19302' }, { urls: 'stun:global.stun.twilio.com:3478?transport=udp' }] },
6  offerOptions: {},
7  answerOptions: {},
8  sdpTransform: function (sdp) { return sdp },
9  stream: false,
10  streams: [],
11  trickle: true,
12  allowHalfTrickle: false,
13  wrtc: {}, // RTCPeerConnection/RTCSessionDescription/RTCIceCandidate
14  objectMode: false
15}
16