mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updates to deactivate standby on codec
This commit is contained in:
parent
2ed9e632c6
commit
1d184f0f5e
1 changed files with 4 additions and 1 deletions
|
|
@ -599,7 +599,10 @@ namespace PepperDash.Essentials
|
|||
Debug.Console(1, this, "Video Codec in use, deactivating standby on codec");
|
||||
}
|
||||
|
||||
VideoCodec.StandbyDeactivate();
|
||||
if (VideoCodec.StandbyIsOnFeedback.BoolValue)
|
||||
{
|
||||
VideoCodec.StandbyDeactivate();
|
||||
}
|
||||
}
|
||||
|
||||
// report back when done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue