From a235b249d98ec1fc5f9bccac9d39a69f80380758 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Sat, 15 Dec 2018 14:14:22 +0100
Subject: [PATCH] use sdpSemantics: 'unified-plan'

---
 public/js/selftest.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/js/selftest.js b/public/js/selftest.js
index c669f19..e6d1613 100644
--- a/public/js/selftest.js
+++ b/public/js/selftest.js
@@ -132,7 +132,8 @@ function ice() {
                 credential: ""
             }],
             iceTransportPolicy: "all",
-            iceCandidatePoolSize: 0
+            iceCandidatePoolSize: 0,
+            sdpSemantics: 'unified-plan'
         };
 
         let best = null;
-- 
GitLab