浏览代码

auto commit

dev8
jfinn 4 年前
父节点
当前提交
91ba7dc0bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 0
react/features/filmstrip/components/web/Filmstrip.js 查看文件

@@ -202,6 +202,7 @@ class Filmstrip extends PureComponent <Props> {
202 202
                         <div id = 'filmstripLocalVideoThumbnail'>
203 203
                             {
204 204
                                 !tileViewActive && <Thumbnail
205
+								p_id = {this.props._participantID}
205 206
                                     key = 'local' />
206 207
                             }
207 208
                         </div>

正在加载...
取消
保存