浏览代码

ref: Remove the created-ms property (obsoleted by meetingId). (#1500)

dev1
bgrozev 2 年前
父节点
当前提交
ebb4c67e32
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      JitsiConference.js

+ 1
- 4
JitsiConference.js 查看文件

@@ -3197,10 +3197,7 @@ JitsiConference.prototype._updateProperties = function(properties = {}) {
3197 3197
 
3198 3198
             // The number of jitsi-videobridge instances currently used for the
3199 3199
             // conference.
3200
-            'bridge-count',
3201
-
3202
-            // The conference creation time (set by jicofo).
3203
-            'created-ms'
3200
+            'bridge-count'
3204 3201
         ];
3205 3202
 
3206 3203
         analyticsKeys.forEach(key => {

正在加载...
取消
保存