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

Hotfix/zoomroom obtp dialing
This commit is contained in:
Andrew Welker 2021-01-15 12:08:45 -07:00 committed by GitHub
commit c3c58e3201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1955 additions and 1926 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));
}