IParticipant Controller
interface IParticipantController
Functions
Link copied to clipboard
abstract fun addParticipantUpdateListener(dyteMeetingParticipant: DyteMeetingParticipant, dyteParticipantUpdateListener: DyteParticipantUpdateListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun onParticipantVideoUnmuted(participant: DyteJoinedMeetingParticipant, videoTrack: VideoStreamTrack)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeParticipantUpdateListener(dyteMeetingParticipant: DyteMeetingParticipant, dyteParticipantUpdateListener: DyteParticipantUpdateListener)
Link copied to clipboard
Link copied to clipboard
abstract suspend fun updateActiveParticipantsHiveNode(peerIds: MutableList<String>, force: Boolean = false)
Link copied to clipboard
abstract fun updateActiveParticipantsWithPriorities(peersWithPriority: MutableList<PeerWithPriority>, refresh: Boolean = false)