PresentationModeEvent

data class PresentationModeEvent(val id: String, val presentationMode: CallUI.PresentationMode)

Event representing the presentation mode set

Constructors

Link copied to clipboard
constructor(id: String, presentationMode: CallUI.PresentationMode)

Properties

Link copied to clipboard
val id: String

String

Link copied to clipboard