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