|
@@ -286,6 +286,14 @@ var config = {
|
286
|
286
|
{ urls: 'stun:stun2.l.google.com:19302' }
|
287
|
287
|
],
|
288
|
288
|
|
|
289
|
+ // Sets the ICE transport policy for the p2p connection. At the time
|
|
290
|
+ // of this writing the list of possible values are 'all' and 'relay',
|
|
291
|
+ // but that is subject to change in the future. The enum is defined in
|
|
292
|
+ // the WebRTC standard:
|
|
293
|
+ // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
|
|
294
|
+ // If not set, the effective value is 'all'.
|
|
295
|
+ // iceTransportPolicy: 'all',
|
|
296
|
+
|
289
|
297
|
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
|
290
|
298
|
// is supported).
|
291
|
299
|
preferH264: true
|