feat:(Essentials) Add StartLocalPresentMeeting class

This commit is contained in:
Andrew Welker
2021-09-07 18:11:48 -06:00
parent c255ae1525
commit 2d0dcd7336

View File

@@ -756,6 +756,10 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
/// </summary>
public class zEvent
{
public class StartLocalPresentMeeting
{
public bool Success { get; set; }
}
public class NeedWaitForHost
{
public bool Wait { get; set; }