Updates IMobileControl interface. Adds VideoCodec.StopSharing() to EndShutdown() method in Vtc1 room

This commit is contained in:
Neil Dorin
2020-11-12 15:57:10 -07:00
parent 3d224496a8
commit 5c63a49071
4 changed files with 161 additions and 146 deletions

View File

@@ -12,7 +12,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
void LinkSystemMonitorToAppServer();
IMobileControl GetAppServer();
}
/// <summary>
@@ -26,6 +26,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
string QrCodeUrl { get; }
string QrCodeChecksum { get; }
string McServerUrl { get; }
string RoomName { get; }