video size bug
This commit is contained in:
@@ -260,11 +260,11 @@
|
|||||||
}, 5000)
|
}, 5000)
|
||||||
}
|
}
|
||||||
if (res[1] == 'true') {
|
if (res[1] == 'true') {
|
||||||
document.getElementById('videoElement').style.width = '20%'
|
document.getElementById('videoCamera').style.width = '20%'
|
||||||
self.initScreenShare()
|
self.initScreenShare()
|
||||||
}
|
}
|
||||||
if (res[1] == 'false') {
|
if (res[1] == 'false') {
|
||||||
document.getElementById('videoElement').style.width = '100%'
|
document.getElementById('videoCamera').style.width = '100%'
|
||||||
document.getElementById('videoScreen').src = null
|
document.getElementById('videoScreen').src = null
|
||||||
}
|
}
|
||||||
console.log(res[2])
|
console.log(res[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user