Channel client configuration. More...
Public Member Functions | |
ChannelClientConfig () | |
fm.liveswitch.NullableBoolean | getAudioMuted () |
Gets whether to mute or unmute audio. More... | |
fm.liveswitch.NullableBoolean | getAudioUnmuteDisabled () |
Gets whether to disable audio unmuting. More... | |
String[] | getExcludedConnectionIds () |
Gets the connection identifiers to exclude. 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 | setExcludedConnectionIds (String[] value) |
Sets the connection identifiers to exclude. 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.ChannelClientConfig | fromJson (String channelClientConfigJson) |
Deserializes a channel client configuration from JSON. More... | |
static String | toJson (fm.liveswitch.ChannelClientConfig channelClientConfig) |
Serializes a channel client configuration to JSON. More... | |
Channel client configuration.
fm.liveswitch.ChannelClientConfig.ChannelClientConfig | ( | ) |
|
static |
Deserializes a channel client configuration from JSON.
channelClientConfigJson | The channel client configuration as JSON. |
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelClientConfig.getAudioMuted | ( | ) |
Gets whether to mute or unmute audio.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelClientConfig.getAudioUnmuteDisabled | ( | ) |
Gets whether to disable audio unmuting.
String [] fm.liveswitch.ChannelClientConfig.getExcludedConnectionIds | ( | ) |
Gets the connection identifiers to exclude.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelClientConfig.getRecording | ( | ) |
Gets whether to enable recording.
String fm.liveswitch.ChannelClientConfig.getRecordingMode | ( | ) |
Gets the mode for the recording, if recording is being enabled.
String fm.liveswitch.ChannelClientConfig.getRecordingTag | ( | ) |
Gets the tag for the recording, if recording is being enabled.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelClientConfig.getVideoMuted | ( | ) |
Gets whether to mute or unmute video.
fm.liveswitch.NullableBoolean fm.liveswitch.ChannelClientConfig.getVideoUnmuteDisabled | ( | ) |
Gets whether to disable video unmuting.
void fm.liveswitch.ChannelClientConfig.setAudioMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to mute or unmute audio.
void fm.liveswitch.ChannelClientConfig.setAudioUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to disable audio unmuting.
void fm.liveswitch.ChannelClientConfig.setExcludedConnectionIds | ( | String[] | value | ) |
Sets the connection identifiers to exclude.
void fm.liveswitch.ChannelClientConfig.setRecording | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to enable recording.
void fm.liveswitch.ChannelClientConfig.setRecordingMode | ( | String | value | ) |
Sets the mode for the recording, if recording is being enabled.
void fm.liveswitch.ChannelClientConfig.setRecordingTag | ( | String | value | ) |
Sets the tag for the recording, if recording is being enabled.
void fm.liveswitch.ChannelClientConfig.setVideoMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to mute or unmute video.
void fm.liveswitch.ChannelClientConfig.setVideoUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether to disable video unmuting.
String fm.liveswitch.ChannelClientConfig.toJson | ( | ) |
Serializes this channel client configuration to JSON.
|
static |
Serializes a channel client configuration to JSON.
channelClientConfig | The channel client configuration. |