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