Types

Link copied to clipboard
class OnActiveTabUpdate(val id: String, val tabType: ActiveTabType) : DyteEventType
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
Link copied to clipboard
class OnMeetingStateChanged(val state: String, val isReconnected: Boolean = false) : DyteEventType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnPluginsUpdates(val activePlugins: List<DytePlugin>) : DyteEventType
Link copied to clipboard
class OnRoomMessage(val type: String, val payload: Map<String, *>) : DyteEventType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard