MicMessage

sealed class MicMessage : UserMessage

Represents a message related to enabling or disabling the microphone.

This sealed class defines two possible messages:

  • Enabled: Indicates that the microphone should be enabled.

  • Disabled: Indicates that the microphone should be disabled.

Inheritors

Types

Link copied to clipboard
data object Disabled : MicMessage

A message indicating that the microphone should be disabled.

Link copied to clipboard
data object Enabled : MicMessage

A message indicating that the microphone should be enabled.

Properties

Link copied to clipboard
val id: String

String user message identifier