adapted Zoom Window

This commit is contained in:
anhefti 2021-06-24 16:34:06 +02:00
parent e49d8291d8
commit efa27fb7b6
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@
isShowJoiningErrorDialog: true, // optional,
inviteUrlFormat: '', // optional
loginWindow: { // optional,
width: 400,
width: window.innerWidth - 5,
height: window.innerHeight - 4
},
meetingInfo: [ // optional

View file

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