ZegoCallInvitationInCallingConfig class

Constructors

ZegoCallInvitationInCallingConfig({bool canInvitingInCalling = false, bool onlyInitiatorCanInvite = false})

Properties

canInvitingInCalling bool
whether to allow invitations in calling Default value is false. Please note that if allowed, it will be incompatible with versions before v4.12.0, which means mutual invitations cannot be made between the old and new versions of zego_uikit_prebuilt_call.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onlyInitiatorCanInvite bool
whether only the call initiator has the permission to invite others to join the call. Default value is false.
getter/setter pair
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.
override

Operators

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