ZegoLiveStreamingCoHostCoHostEvents class

Co-Host Related Events of CoHost

Constructors

ZegoLiveStreamingCoHostCoHostEvents({dynamic onLocalConnectStateUpdated(ZegoLiveStreamingAudienceConnectState)?, dynamic onLocalConnected()?, dynamic onLocalDisconnected()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onLocalConnected ↔ (dynamic Function()?)
Audience becomes Cohost
getter/setter pair
onLocalConnectStateUpdated ↔ (dynamic Function(ZegoLiveStreamingAudienceConnectState)?)
local connect state updated
getter/setter pair
onLocalDisconnected ↔ (dynamic Function()?)
Cohost becomes Audience
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