ソースを参照

auto commit

app
jfinn 3年前
コミット
8dd1347788
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      react/features/base/participants/components/ParticipantView.native.js

+ 2
- 1
react/features/base/participants/components/ParticipantView.native.js ファイルの表示

@@ -266,7 +266,8 @@ class ParticipantView extends Component<Props> {
266 266
                 props:this.props,
267 267
             }
268 268
         }
269
-        window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("prt_view",{that:this},0) : {}
269
+        window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("prt_view",{that:this,c:{renderSharedVideo,_isFakeParticipant,
270
+renderVideo}},0) : {}
270 271
         return ret
271 272
     }
272 273
 }

読み込み中…
キャンセル
保存