Minor updates to resolve oddities with ZoomRoom and TSW UI drivers (call status)

This commit is contained in:
Neil Dorin
2021-07-28 16:38:20 -06:00
parent 66ff6b2e07
commit f4ac4e6319
3 changed files with 6 additions and 1 deletions

View File

@@ -1569,6 +1569,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
Debug.Console(1, this, "Creating new Status.Call object");
Status.Call = new zStatus.Call { Status = callStatus };
OnCallStatusChange( new CodecActiveCallItem() { Status = eCodecCallStatus.Disconnected });
SetUpCallFeedbackActions();
}
@@ -1603,6 +1605,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
OnCallStatusChange(newCall);
}
}
else
{