|
@@ -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 }
|