ZegoLiveStreamingCoHostAudienceEvents class

Audience Related Events of CoHost

Available Extensions

Constructors

ZegoLiveStreamingCoHostAudienceEvents({dynamic onRequestSent()?, dynamic onActionCancelRequest()?, dynamic onRequestTimeout()?, dynamic onRequestAccepted(ZegoLiveStreamingCoHostAudienceEventRequestAcceptedData data)?, dynamic onRequestRefused(ZegoLiveStreamingCoHostAudienceEventRequestRefusedData data)?, dynamic onInvitationReceived(ZegoLiveStreamingCoHostAudienceEventRequestReceivedData data)?, dynamic onInvitationTimeout()?, dynamic onActionAcceptInvitation()?, dynamic onActionRefuseInvitation()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onActionAcceptInvitation ↔ (dynamic Function()?)
audience accept co-host invitation from the host.
getter/setter pair
onActionCancelRequest ↔ (dynamic Function()?)
audience cancelled the co-host request.
getter/setter pair
onActionRefuseInvitation ↔ (dynamic Function()?)
audience refuse co-host invitation from the host.
getter/setter pair
onInvitationReceived ↔ (dynamic Function(ZegoLiveStreamingCoHostAudienceEventRequestReceivedData data)?)
received a co-host invitation from the host.
getter/setter pair
onInvitationTimeout ↔ (dynamic Function()?)
the host's co-host invitation has timed out.
getter/setter pair
onRequestAccepted ↔ (dynamic Function(ZegoLiveStreamingCoHostAudienceEventRequestAcceptedData data)?)
host accept the audience's co-host request.
getter/setter pair
onRequestRefused ↔ (dynamic Function(ZegoLiveStreamingCoHostAudienceEventRequestRefusedData data)?)
host refuse the audience's co-host request.
getter/setter pair
onRequestSent ↔ (dynamic Function()?)
audience requested to become a co-host to the host.
getter/setter pair
onRequestTimeout ↔ (dynamic Function()?)
the audience's co-host request has timed out.
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.
inherited

Operators

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