Merge pull request #517 from PepperDash/hotfix/zoom-auto-layout

Fix some issues with Zoom Rooms
This commit is contained in:
Andrew Welker 2020-11-30 14:05:35 -07:00 committed by GitHub
commit 25c4d94366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2105 additions and 2085 deletions

View file

@ -96,7 +96,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
Audio = new zConfiguration.Audio();
Video = new zConfiguration.Video();
Client = new zConfiguration.Client();
Camera = new zConfiguration.Camera();
Camera = new zConfiguration.Camera();
}
}