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,8 +599,11 @@ namespace PepperDash.Essentials
|
||||||
Debug.Console(1, this, "Video Codec in use, deactivating standby on codec");
|
Debug.Console(1, this, "Video Codec in use, deactivating standby on codec");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (VideoCodec.StandbyIsOnFeedback.BoolValue)
|
||||||
|
{
|
||||||
VideoCodec.StandbyDeactivate();
|
VideoCodec.StandbyDeactivate();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// report back when done
|
// report back when done
|
||||||
if (successCallback != null)
|
if (successCallback != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue