ZegoCallRequiredUserConfig class

Necessary participants to participate in the call.

If the participant have not joined after requiredParticipantCheckTimeoutSeconds after entering the call, the call will be triggered ZegoUIKitPrebuiltCallEvents.onCallEnd with ZegoCallEndReason.abandoned

Constructors

ZegoCallRequiredUserConfig({List<ZegoUIKitUser> users = const [], int detectSeconds = 5, bool detectInDebugMode = false, bool enabled = false})

Properties

detectInDebugMode bool
Is detection of participants enabled in debugging mode?
getter/setter pair
detectSeconds int
The time to start the detection, when it arrives, it will start to detect whether all members have entered the call.
getter/setter pair
enabled bool
is enable detection or not
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
users List<ZegoUIKitUser>
Necessary participants to participate in the call.
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