adapted Zoom Window
This commit is contained in:
parent
e49d8291d8
commit
efa27fb7b6
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
isShowJoiningErrorDialog: true, // optional,
|
||||
inviteUrlFormat: '', // optional
|
||||
loginWindow: { // optional,
|
||||
width: 400,
|
||||
width: window.innerWidth - 5,
|
||||
height: window.innerHeight - 4
|
||||
},
|
||||
meetingInfo: [ // optional
|
||||
|
|
|
@ -128,7 +128,7 @@ public class ZoomWindowScriptResolverTest {
|
|||
+ " isShowJoiningErrorDialog: true, // optional,\r\n"
|
||||
+ " inviteUrlFormat: '', // optional\r\n"
|
||||
+ " loginWindow: { // optional,\r\n"
|
||||
+ " width: 400,\r\n"
|
||||
+ " width: window.innerWidth - 5,\r\n"
|
||||
+ " height: window.innerHeight - 4\r\n"
|
||||
+ " },\r\n"
|
||||
+ " meetingInfo: [ // optional\r\n"
|
||||
|
|
Loading…
Reference in a new issue