Channel connection configuration. More...
Public Member Functions | |
ChannelConnectionConfig () | |
fm.liveswitch.NullableBoolean | getAudioMuted () |
Gets whether to mute or unmute audio. More... | |
fm.liveswitch.NullableBoolean | getAudioUnmuteDisabled () |
Gets whether to disable audio unmuting. More... | |
fm.liveswitch.NullableBoolean | getRecording () |
Gets whether to enable recording. More... | |
String | getRecordingMode () |
Gets the mode for the recording, if recording is being enabled. More... | |
String | getRecordingTag () |
Gets the tag for the recording, if recording is being enabled. More... | |
fm.liveswitch.NullableBoolean | getVideoMuted () |
Gets whether to mute or unmute video. More... | |
fm.liveswitch.NullableBoolean | getVideoUnmuteDisabled () |
Gets whether to disable video unmuting. More... | |
void | setAudioMuted (fm.liveswitch.NullableBoolean value) |
Sets whether to mute or unmute audio. More... | |
void | setAudioUnmuteDisabled (fm.liveswitch.NullableBoolean value) |
Sets whether to disable audio unmuting. More... | |
void | setRecording (fm.liveswitch.NullableBoolean value) |
Sets whether to enable recording. More... | |
void | setRecordingMode (String value) |
Sets the mode for the recording, if recording is being enabled. More... | |
void | setRecordingTag (String value) |
Sets the tag for the recording, if recording is being enabled. More... | |
void | setVideoMuted (fm.liveswitch.NullableBoolean value) |
Sets whether to mute or unmute video. More... | |
void | setVideoUnmuteDisabled (fm.liveswitch.NullableBoolean value) |
Sets whether to disable video unmuting. More... | |
String | toJson () |
Serializes this channel client configuration to JSON. More... | |
Static Public Member Functions | |
static fm.liveswitch.ChannelConnectionConfig | fromJson (String channelConnectionConfigJson) |
Deserializes a channel connection configuration from JSON. More... | |
static String | toJson (fm.liveswitch.ChannelConnectionConfig channelConnectionConfig) |
Serializes a channel connection configuration to JSON. More... | |
Channel connection configuration.
fm.liveswitch.ChannelConnectionConfig.ChannelConnectionConfig | ( | ) |
|
static |
Deserializes a channel connection configuration from JSON.
channelConnectionConfigJson | The channel connection configuration as JSON. |
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelConnectionConfig.getAudioMuted | ( | ) |
Gets whether to mute or unmute audio.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelConnectionConfig.getAudioUnmuteDisabled | ( | ) |
Gets whether to disable audio unmuting.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelConnectionConfig.getRecording | ( | ) |
Gets whether to enable recording.
String fm.liveswitch.ChannelConnectionConfig.getRecordingMode | ( | ) |
Gets the mode for the recording, if recording is being enabled.
String fm.liveswitch.ChannelConnectionConfig.getRecordingTag | ( | ) |
Gets the tag for the recording, if recording is being enabled.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelConnectionConfig.getVideoMuted | ( | ) |
Gets whether to mute or unmute video.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelConnectionConfig.getVideoUnmuteDisabled | ( | ) |
Gets whether to disable video unmuting.
void fm.liveswitch.ChannelConnectionConfig.setAudioMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to mute or unmute audio.
void fm.liveswitch.ChannelConnectionConfig.setAudioUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to disable audio unmuting.
void fm.liveswitch.ChannelConnectionConfig.setRecording | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to enable recording.
void fm.liveswitch.ChannelConnectionConfig.setRecordingMode | ( | String | value | ) |
Sets the mode for the recording, if recording is being enabled.
void fm.liveswitch.ChannelConnectionConfig.setRecordingTag | ( | String | value | ) |
Sets the tag for the recording, if recording is being enabled.
void fm.liveswitch.ChannelConnectionConfig.setVideoMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to mute or unmute video.
void fm.liveswitch.ChannelConnectionConfig.setVideoUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to disable video unmuting.
String fm.liveswitch.ChannelConnectionConfig.toJson | ( | ) |
Serializes this channel client configuration to JSON.
|
static |
Serializes a channel connection configuration to JSON.
channelConnectionConfig | The channel connection configuration. |