ZegoCallNoResponseEndConfig class

No response auto-end configuration, automatically detects and exits the call when no one enters the call

Constructors

ZegoCallNoResponseEndConfig({bool enabled = false, int timeoutSeconds = 3})

Properties

enabled bool
Whether to enable the no-response auto-end mechanism When SDK's onRoomUserUpdate.delete and onRoomStreamUpdate.delete are not sent, automatically exit the call if no one enters within the specified time Default value is false
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutSeconds int
No-response timeout (seconds) Automatically exit the call if no one enters within the specified time Default value is 3 seconds
getter/setter pair

Methods

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

Operators

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