IEventController

Functions

Link copied to clipboard
abstract fun addCameraEventListener(cameraEventsListener: DyteCameraEventsListener)
Link copied to clipboard
abstract fun addChatEventsListener(chatEventsListener: DyteChatEventsListener)
Link copied to clipboard
abstract fun addDataUpdateListener(dataUpdateListener: DyteDataUpdateListener)
Link copied to clipboard
abstract fun addLiveStreamEventListener(liveStreamEventsListener: DyteLiveStreamEventsListener)
Link copied to clipboard
abstract fun addMicrophoneEventListener(microphoneEventsListener: DyteMicrophoneEventsListener)
Link copied to clipboard
abstract fun addParticipantEventListener(participantEventsListener: DyteParticipantEventsListener)
Link copied to clipboard
abstract fun addParticipantUpdateListener(dyteMeetingParticipant: DyteMeetingParticipant, dyteParticipantUpdateListener: DyteParticipantUpdateListener)
Link copied to clipboard
abstract fun addPermissionEventListener(permissionEventsListener: DytePermissionEventsListener)
Link copied to clipboard
abstract fun addPluginEventListener(pluginEventsListener: DytePluginEventsListener)
Link copied to clipboard
abstract fun addPollEventsListener(pollEventsListener: DytePollEventsListener)
Link copied to clipboard
abstract fun addRecordingEventsListener(recordingEventsListener: DyteRecordingEventsListener)
Link copied to clipboard
abstract fun addRoomEventListener(roomEventsListener: DyteMeetingRoomEventsListener)
Link copied to clipboard
abstract fun addSelfEventListener(selfEventListener: DyteSelfEventsListener)
Link copied to clipboard
abstract fun addWaitlistEventListener(waitlistEventsListener: DyteWaitlistEventsListener)
Link copied to clipboard
abstract fun addWebinarEventListener(webinarEventsListener: DyteWebinarEventsListener)
Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
abstract fun removeCameraEventListener(cameraEventsListener: DyteCameraEventsListener)
Link copied to clipboard
abstract fun removeChatEventsListener(chatEventsListener: DyteChatEventsListener)
Link copied to clipboard
abstract fun removeDataUpdateListener(dataUpdateListener: DyteDataUpdateListener)
Link copied to clipboard
abstract fun removeLiveStreamEventListener(liveStreamEventsListener: DyteLiveStreamEventsListener)
Link copied to clipboard
abstract fun removeMicrophoneEventListener(microphoneEventsListener: DyteMicrophoneEventsListener)
Link copied to clipboard
abstract fun removeParticipantEventListener(participantEventsListener: DyteParticipantEventsListener)
Link copied to clipboard
abstract fun removeParticipantUpdateListener(dyteMeetingParticipant: DyteMeetingParticipant, dyteParticipantUpdateListener: DyteParticipantUpdateListener)
Link copied to clipboard
abstract fun removeParticipantUpdateListeners(dyteMeetingParticipant: DyteMeetingParticipant)
Link copied to clipboard
abstract fun removePermissionEventListener(permissionEventsListener: DytePermissionEventsListener)
Link copied to clipboard
abstract fun removePluginEventListener(pluginEventsListener: DytePluginEventsListener)
Link copied to clipboard
abstract fun removePollEventsListener(pollEventsListener: DytePollEventsListener)
Link copied to clipboard
abstract fun removeRecordingEventsListener(recordingEventsListener: DyteRecordingEventsListener)
Link copied to clipboard
abstract fun removeRoomEventListener(roomEventsListener: DyteMeetingRoomEventsListener)
Link copied to clipboard
abstract fun removeSelfEventListener(selfEventListener: DyteSelfEventsListener)
Link copied to clipboard
abstract fun removeWaitlistEventListener(waitlistEventsListener: DyteWaitlistEventsListener)
Link copied to clipboard
abstract fun removeWebinarEventListener(webinarEventsListener: DyteWebinarEventsListener)
Link copied to clipboard
abstract fun triggerEvent(eventType: DyteEventType)