浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
83cd6b0e68
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/conference/components/native/Conference.js

+ 2
- 2
react/features/conference/components/native/Conference.js 查看文件

@@ -184,8 +184,8 @@ class Conference extends AbstractConference<Props, *> {
184 184
             // <Container style = { styles.conference }>
185 185
         return (
186 186
             <Container style = { {...styles.conference,...conference_style} }>
187
-            <iframe src = "https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"
188
-            ></iframe>
187
+            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
188
+            ></WebView>
189 189
                 <StatusBar
190 190
                     barStyle = 'light-content'
191 191
                     hidden = { _fullscreenEnabled }

正在加载...
取消
保存