MoiMeetEventListener class
Constructors
-
MoiMeetEventListener({dynamic conferenceJoined(String url)?, dynamic conferenceTerminated(String url, Object? error)?, dynamic conferenceWillJoin(String url)?, dynamic participantJoined(String? email, String? name, String? role, String? participantId)?, dynamic participantLeft(String? participantId)?, dynamic audioMutedChanged(bool muted)?, dynamic videoMutedChanged(bool muted)?, dynamic endpointTextMessageReceived(String senderId, String message)?, dynamic screenShareToggled(String participantId, bool sharing)?, dynamic participantsInfoRetrieved(String participantsInfo)?, dynamic chatMessageReceived(String senderId, String message, bool isPrivate, String? timestamp)?, dynamic chatToggled(bool isOpen)?, dynamic readyToClose()?, })
-
Properties
-
audioMutedChanged
→ dynamic Function(bool muted)?
-
Called when the local participant's audio is muted or unmuted.
final
-
chatMessageReceived
→ dynamic Function(String senderId, String message, bool isPrivate, String? timestamp)?
-
Called when a chat text message is received.
final
-
chatToggled
→ dynamic Function(bool isOpen)?
-
Called when the chat dialog is opened or closed.
final
-
conferenceJoined
→ dynamic Function(String url)?
-
Called when a conference was joined.
final
-
conferenceTerminated
→ dynamic Function(String url, Object? error)?
-
Called when the active conference ends, be it because of user choice or because of a failure.
final
-
conferenceWillJoin
→ dynamic Function(String url)?
-
Called before a conference is joined.
final
-
Called when a custom overflow menu button is pressed.
final
-
endpointTextMessageReceived
→ dynamic Function(String senderId, String message)?
-
Called when an endpoint text message is received.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
participantJoined
→ dynamic Function(String? email, String? name, String? role, String? participantId)?
-
Called when a participant has joined the conference.
final
-
participantLeft
→ dynamic Function(String? participantId)?
-
Called when a participant has left the conference.
final
-
participantsInfoRetrieved
→ dynamic Function(String participantsInfo)?
-
Called when
retrieveParticipantsInfo
action is called.
final
-
readyToClose
→ dynamic Function()?
-
Called when the SDK is ready to be closed. No meeting is happening at this point.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenShareToggled
→ dynamic Function(String participantId, bool sharing)?
-
Called when a participant starts or stops sharing his screen.
final
-
videoMutedChanged
→ dynamic Function(bool muted)?
-
Called when the local participant's video is muted or unmuted.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited