CallTimeouts class

Constructors

CallTimeouts()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

activeSpeakerInterval → const Duration
Update the active speaker value
callInviteLifetime → const Duration
The length of time a call can be ringing for.
defaultCallEventLifetime → const Duration
The default life time for call events, in millisecond.
delayBeforeOffer → const Duration
Delay before createOffer.
expireTsBumpDuration → const Duration
the expiresTs bump
iceGatheringDelay → const Duration
The delay for ice gathering.
makeKeyDelay → const Duration
A delay after a member leaves before we create and publish a new key, because people tend to leave calls at the same time
updateExpireTsTimerDuration → const Duration
How often to update the expiresTs
useKeyDelay → const Duration
The delay between creating and sending a new key and starting to encrypt with it. This gives others a chance to receive the new key to minimise the chance they don't get media they can't decrypt. The total time between a member leaving and the call switching to new keys is therefore makeKeyDelay + useKeyDelay