Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
83cd6b0e68
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/conference/components/native/Conference.js

+ 2
- 2
react/features/conference/components/native/Conference.js View File

184
             // <Container style = { styles.conference }>
184
             // <Container style = { styles.conference }>
185
         return (
185
         return (
186
             <Container style = { {...styles.conference,...conference_style} }>
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
                 <StatusBar
189
                 <StatusBar
190
                     barStyle = 'light-content'
190
                     barStyle = 'light-content'
191
                     hidden = { _fullscreenEnabled }
191
                     hidden = { _fullscreenEnabled }

Loading…
Cancel
Save