ToggleMicrophone

data class ToggleMicrophone(val isEnabled: Boolean) : CallAction

Action to toggle if the microphone is on or off.

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean)

Properties

Link copied to clipboard