Merge pull request #538 from PepperDash/hotfix/zoomroom-obtp-dialing

Hotfix/zoomroom obtp dialing
This commit is contained in:
Andrew Welker 2021-01-15 11:45:13 -07:00 committed by GitHub
commit 44cacc839b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1276 additions and 1253 deletions

View file

@ -1655,6 +1655,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
public override void Dial(Meeting meeting)
{
Debug.Console(1, this,"Dialing meeting.Id: {0} Title: {1}", meeting.Id, meeting.Title);
SendText(string.Format("zCommand Dial Start meetingNumber: {0}", meeting.Id));
}