mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-19 06:34:56 +00:00
fix ZoomRoomCamera Timer
This commit is contained in:
@@ -80,7 +80,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||
void StartContinueTimer()
|
||||
{
|
||||
if (ContinueTimer == null)
|
||||
ContinueTimer = new CTimer((o) => SendContinueAction(LastAction), ContinueTime);
|
||||
ContinueTimer = new CTimer((o) => SendContinueAction(LastAction), null, ContinueTime, ContinueTime);
|
||||
}
|
||||
|
||||
void SendContinueAction(eZoomRoomCameraAction action)
|
||||
|
||||
Reference in New Issue
Block a user