DyteParticipantEventsListener

Dyte participant events listener

You can subscribe to all participant events by implementing this interface. To subscribe pass implementation to io.dyte.core.DyteMobileClient.addParticipantEventsListener

Functions

Link copied to clipboard

On participants updated

Link copied to clipboard
open fun onAudioUpdate(audioEnabled: Boolean, participant: DyteMeetingParticipant)

Audio update

Link copied to clipboard
Link copied to clipboard

On participant join

Link copied to clipboard

On participant leave

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

On screen share started and ended

Link copied to clipboard
open fun onUpdate(participants: DyteParticipants)
Link copied to clipboard
open fun onVideoUpdate(videoEnabled: Boolean, participant: DyteMeetingParticipant)

Video update