|
|
@@ -177,9 +177,10 @@ class Conference extends AbstractConference<Props, *> {
|
|
177
|
177
|
*/
|
|
178
|
178
|
render() {
|
|
179
|
179
|
const { _fullscreenEnabled } = this.props;
|
|
180
|
|
-
|
|
|
180
|
+ var conference_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("conference_style",{that:this},{}) : {}
|
|
|
181
|
+ // <Container style = { styles.conference }>
|
|
181
|
182
|
return (
|
|
182
|
|
- <Container style = { styles.conference }>
|
|
|
183
|
+ <Container style = { {...styles.conference,...conference_style} }>
|
|
183
|
184
|
<StatusBar
|
|
184
|
185
|
barStyle = 'light-content'
|
|
185
|
186
|
hidden = { _fullscreenEnabled }
|