mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Moves the stop sharing and standby commands to later in the EndShutdown() sequence
This commit is contained in:
parent
06e8cac597
commit
ecba28c9cd
1 changed files with 2 additions and 2 deletions
|
|
@ -383,8 +383,6 @@ namespace PepperDash.Essentials
|
||||||
protected override void EndShutdown()
|
protected override void EndShutdown()
|
||||||
{
|
{
|
||||||
VideoCodec.EndAllCalls();
|
VideoCodec.EndAllCalls();
|
||||||
VideoCodec.StopSharing();
|
|
||||||
VideoCodec.StandbyActivate();
|
|
||||||
|
|
||||||
SetDefaultLevels();
|
SetDefaultLevels();
|
||||||
|
|
||||||
|
|
@ -395,6 +393,8 @@ namespace PepperDash.Essentials
|
||||||
Debug.Console(0, this, Debug.ErrorLogLevel.Notice, "Shutting down room");
|
Debug.Console(0, this, Debug.ErrorLogLevel.Notice, "Shutting down room");
|
||||||
|
|
||||||
RunRouteAction("roomOff");
|
RunRouteAction("roomOff");
|
||||||
|
VideoCodec.StopSharing();
|
||||||
|
VideoCodec.StandbyActivate();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue