Edit

Share via


TerminationCountdownStatusChangedEventArgs.RemainingTime Property

Definition

Gets the remaining time until conference is shut down automatically.

public:
 property Nullable<TimeSpan> RemainingTime { Nullable<TimeSpan> get(); };
public Nullable<TimeSpan> RemainingTime { get; }
member this.RemainingTime : Nullable<TimeSpan>
Public ReadOnly Property RemainingTime As Nullable(Of TimeSpan)

Property Value

Remarks

If the countdown is not started, the HasValue will be false.

Note: The remaining time is the time sent by the server. Application will need to account for the propagation delay from the server when using this information.

Applies to