This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 25e772759 [OPENMEETINGS-2763] TURN should work
25e772759 is described below

commit 25e772759c7b36d4709863bd624f1116602f48db
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Wed Mar 29 10:11:02 2023 +0700

    [OPENMEETINGS-2763] TURN should work
---
 openmeetings-web/src/main/front/settings/src/video-util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/front/settings/src/video-util.js 
b/openmeetings-web/src/main/front/settings/src/video-util.js
index 02adb6d59..8b19cf614 100644
--- a/openmeetings-web/src/main/front/settings/src/video-util.js
+++ b/openmeetings-web/src/main/front/settings/src/video-util.js
@@ -320,7 +320,7 @@ module.exports = {
        , cleanPeer: _cleanPeer
        , addIceServers: function(opts, m) {
                if (m && m.iceServers && m.iceServers.length > 0) {
-                       opts.configuration = {iceServers: m.iceServers};
+                       opts.iceServers = m.iceServers;
                }
                return opts;
        }

Reply via email to