Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
981ddf9ed5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js View File

@@ -82,7 +82,7 @@ export default class Video extends Component<Props> {
82 82
     render() {
83 83
         const { onPress, stream, zoomEnabled } = this.props;
84 84
             var avt_style = this.props.avt_style || {}
85
-            clog("avt_style:>",window.is_var_exist,avt_style)
85
+            clog("avt_style:>",window.is_var_exist,window.is_var_exist2,avt_style)
86 86
 
87 87
         if (stream) {
88 88
             // RTCView

Loading…
Cancel
Save