Muted configuration.
More...
◆ audioMuted
- (FMLiveSwitchNullableBool*) audioMuted |
|
|
|
Gets whether audio is muted.
◆ audioUnmuteDisabled
- (FMLiveSwitchNullableBool*) audioUnmuteDisabled |
|
|
|
Gets whether audio unmute is disabled.
◆ excludedClientIds
- (NSMutableArray*) excludedClientIds |
|
|
|
Gets the excluded client identifiers.
◆ excludedConnectionIds
- (NSMutableArray*) excludedConnectionIds |
|
|
|
Gets the excluded connection identifiers.
◆ excludedDeviceIds
- (NSMutableArray*) excludedDeviceIds |
|
|
|
Gets the excluded device identifiers.
◆ excludedUserIds
- (NSMutableArray*) excludedUserIds |
|
|
|
Gets the excluded user identifiers.
◆ fromJsonWithMutedConfigJson:
Deserializes a muted configuration from JSON.
- Parameters
-
mutedConfigJson | The muted configuration as JSON. |
- Returns
- The muted configuration.
◆ init
◆ mutedConfig
◆ setAudioMuted:
- (void) setAudioMuted: |
|
(FMLiveSwitchNullableBool *) |
value |
|
Sets whether audio is muted.
◆ setAudioUnmuteDisabled:
- (void) setAudioUnmuteDisabled: |
|
(FMLiveSwitchNullableBool *) |
value |
|
Sets whether audio unmute is disabled.
◆ setExcludedClientIds:
- (void) setExcludedClientIds: |
|
(NSMutableArray *) |
value |
|
Sets the excluded client identifiers.
◆ setExcludedConnectionIds:
- (void) setExcludedConnectionIds: |
|
(NSMutableArray *) |
value |
|
Sets the excluded connection identifiers.
◆ setExcludedDeviceIds:
- (void) setExcludedDeviceIds: |
|
(NSMutableArray *) |
value |
|
Sets the excluded device identifiers.
◆ setExcludedUserIds:
- (void) setExcludedUserIds: |
|
(NSMutableArray *) |
value |
|
Sets the excluded user identifiers.
◆ setVideoMuted:
- (void) setVideoMuted: |
|
(FMLiveSwitchNullableBool *) |
value |
|
Sets whether video is muted.
◆ setVideoUnmuteDisabled:
- (void) setVideoUnmuteDisabled: |
|
(FMLiveSwitchNullableBool *) |
value |
|
Sets whether video unmute is disabled.
◆ toJson
Serializes this muted configuration to JSON.
- Returns
- The muted configuration as JSON.
◆ toJsonWithMutedConfig:
Serializes a muted configuration to JSON.
- Parameters
-
mutedConfig | The muted configuration. |
- Returns
- The muted configuration as JSON.
◆ videoMuted
- (FMLiveSwitchNullableBool*) videoMuted |
|
|
|
Gets whether video is muted.
◆ videoUnmuteDisabled
- (FMLiveSwitchNullableBool*) videoUnmuteDisabled |
|
|
|
Gets whether video unmute is disabled.