Muted configuration. More...
Public Member Functions | |
fm.liveswitch.NullableBoolean | getAudioMuted () |
Gets whether audio is muted. More... | |
fm.liveswitch.NullableBoolean | getAudioUnmuteDisabled () |
Gets whether audio unmute is disabled. More... | |
String[] | getExcludedClientIds () |
Gets the excluded client identifiers. More... | |
String[] | getExcludedConnectionIds () |
Gets the excluded connection identifiers. More... | |
String[] | getExcludedDeviceIds () |
Gets the excluded device identifiers. More... | |
String[] | getExcludedUserIds () |
Gets the excluded user identifiers. More... | |
fm.liveswitch.NullableBoolean | getVideoMuted () |
Gets whether video is muted. More... | |
fm.liveswitch.NullableBoolean | getVideoUnmuteDisabled () |
Gets whether video unmute is disabled. More... | |
MutedConfig () | |
void | setAudioMuted (fm.liveswitch.NullableBoolean value) |
Sets whether audio is muted. More... | |
void | setAudioUnmuteDisabled (fm.liveswitch.NullableBoolean value) |
Sets whether audio unmute is disabled. More... | |
void | setExcludedClientIds (String[] value) |
Sets the excluded client identifiers. More... | |
void | setExcludedConnectionIds (String[] value) |
Sets the excluded connection identifiers. More... | |
void | setExcludedDeviceIds (String[] value) |
Sets the excluded device identifiers. More... | |
void | setExcludedUserIds (String[] value) |
Sets the excluded user identifiers. More... | |
void | setVideoMuted (fm.liveswitch.NullableBoolean value) |
Sets whether video is muted. More... | |
void | setVideoUnmuteDisabled (fm.liveswitch.NullableBoolean value) |
Sets whether video unmute is disabled. More... | |
String | toJson () |
Serializes this muted configuration to JSON. More... | |
Static Public Member Functions | |
static fm.liveswitch.MutedConfig | fromJson (String mutedConfigJson) |
Deserializes a muted configuration from JSON. More... | |
static String | toJson (fm.liveswitch.MutedConfig mutedConfig) |
Serializes a muted configuration to JSON. More... | |
Muted configuration.
fm.liveswitch.MutedConfig.MutedConfig | ( | ) |
|
static |
Deserializes a muted configuration from JSON.
mutedConfigJson | The muted configuration as JSON. |
fm.liveswitch.NullableBoolean fm.liveswitch.MutedConfig.getAudioMuted | ( | ) |
Gets whether audio is muted.
fm.liveswitch.NullableBoolean fm.liveswitch.MutedConfig.getAudioUnmuteDisabled | ( | ) |
Gets whether audio unmute is disabled.
String [] fm.liveswitch.MutedConfig.getExcludedClientIds | ( | ) |
Gets the excluded client identifiers.
String [] fm.liveswitch.MutedConfig.getExcludedConnectionIds | ( | ) |
Gets the excluded connection identifiers.
String [] fm.liveswitch.MutedConfig.getExcludedDeviceIds | ( | ) |
Gets the excluded device identifiers.
String [] fm.liveswitch.MutedConfig.getExcludedUserIds | ( | ) |
Gets the excluded user identifiers.
fm.liveswitch.NullableBoolean fm.liveswitch.MutedConfig.getVideoMuted | ( | ) |
Gets whether video is muted.
fm.liveswitch.NullableBoolean fm.liveswitch.MutedConfig.getVideoUnmuteDisabled | ( | ) |
Gets whether video unmute is disabled.
void fm.liveswitch.MutedConfig.setAudioMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether audio is muted.
void fm.liveswitch.MutedConfig.setAudioUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether audio unmute is disabled.
void fm.liveswitch.MutedConfig.setExcludedClientIds | ( | String[] | value | ) |
Sets the excluded client identifiers.
void fm.liveswitch.MutedConfig.setExcludedConnectionIds | ( | String[] | value | ) |
Sets the excluded connection identifiers.
void fm.liveswitch.MutedConfig.setExcludedDeviceIds | ( | String[] | value | ) |
Sets the excluded device identifiers.
void fm.liveswitch.MutedConfig.setExcludedUserIds | ( | String[] | value | ) |
Sets the excluded user identifiers.
void fm.liveswitch.MutedConfig.setVideoMuted | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether video is muted.
void fm.liveswitch.MutedConfig.setVideoUnmuteDisabled | ( | fm.liveswitch.NullableBoolean | value | ) |
Sets whether video unmute is disabled.
String fm.liveswitch.MutedConfig.toJson | ( | ) |
Serializes this muted configuration to JSON.
|
static |
Serializes a muted configuration to JSON.
mutedConfig | The muted configuration. |