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