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

Hotfix/zoom auto layout
This commit is contained in:
Andrew Welker 2020-11-30 14:46:43 -07:00 committed by GitHub
commit 8bf27ecbd9
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();
}
}