FMLiveSwitchChannelConnectionConfig Class Reference

Channel connection configuration. More...

Instance Methods

(FMLiveSwitchNullableBool *) - audioMuted
 Gets whether to mute or unmute audio. More...
 
(FMLiveSwitchNullableBool *) - audioUnmuteDisabled
 Gets whether to disable audio unmuting. More...
 
(instancetype) - init
 
(FMLiveSwitchNullableBool *) - recording
 Gets whether to enable recording. More...
 
(NSString *) - recordingMode
 Gets the mode for the recording, if recording is being enabled. More...
 
(NSString *) - recordingTag
 Gets the tag for the recording, if recording is being enabled. More...
 
(void) - setAudioMuted:
 Sets whether to mute or unmute audio. More...
 
(void) - setAudioUnmuteDisabled:
 Sets whether to disable audio unmuting. More...
 
(void) - setRecording:
 Sets whether to enable recording. More...
 
(void) - setRecordingMode:
 Sets the mode for the recording, if recording is being enabled. More...
 
(void) - setRecordingTag:
 Sets the tag for the recording, if recording is being enabled. More...
 
(void) - setVideoMuted:
 Sets whether to mute or unmute video. More...
 
(void) - setVideoUnmuteDisabled:
 Sets whether to disable video unmuting. More...
 
(NSString *) - toJson
 Serializes this channel client configuration to JSON. More...
 
(FMLiveSwitchNullableBool *) - videoMuted
 Gets whether to mute or unmute video. More...
 
(FMLiveSwitchNullableBool *) - videoUnmuteDisabled
 Gets whether to disable video unmuting. More...
 

Class Methods

(FMLiveSwitchChannelConnectionConfig *) + channelConnectionConfig
 
(FMLiveSwitchChannelConnectionConfig *) + fromJsonWithChannelConnectionConfigJson:
 Deserializes a channel connection configuration from JSON. More...
 
(NSString *) + toJsonWithChannelConnectionConfig:
 Serializes a channel connection configuration to JSON. More...
 

Detailed Description

Channel connection configuration.

Method Documentation

◆ audioMuted

- (FMLiveSwitchNullableBool*) audioMuted

Gets whether to mute or unmute audio.

◆ audioUnmuteDisabled

- (FMLiveSwitchNullableBool*) audioUnmuteDisabled

Gets whether to disable audio unmuting.

◆ channelConnectionConfig

+ (FMLiveSwitchChannelConnectionConfig*) channelConnectionConfig

◆ fromJsonWithChannelConnectionConfigJson:

+ (FMLiveSwitchChannelConnectionConfig*) fromJsonWithChannelConnectionConfigJson: (NSString *)  channelConnectionConfigJson

Deserializes a channel connection configuration from JSON.

Parameters
channelConnectionConfigJsonThe channel connection configuration as JSON.
Returns
The channel connection configuration.

◆ init

- (instancetype) init

◆ recording

- (FMLiveSwitchNullableBool*) recording

Gets whether to enable recording.

◆ recordingMode

- (NSString*) recordingMode

Gets the mode for the recording, if recording is being enabled.

◆ recordingTag

- (NSString*) recordingTag

Gets the tag for the recording, if recording is being enabled.

◆ setAudioMuted:

- (void) setAudioMuted: (FMLiveSwitchNullableBool *)  value

Sets whether to mute or unmute audio.

◆ setAudioUnmuteDisabled:

- (void) setAudioUnmuteDisabled: (FMLiveSwitchNullableBool *)  value

Sets whether to disable audio unmuting.

◆ setRecording:

- (void) setRecording: (FMLiveSwitchNullableBool *)  value

Sets whether to enable recording.

◆ setRecordingMode:

- (void) setRecordingMode: (NSString *)  value

Sets the mode for the recording, if recording is being enabled.

◆ setRecordingTag:

- (void) setRecordingTag: (NSString *)  value

Sets the tag for the recording, if recording is being enabled.

◆ setVideoMuted:

- (void) setVideoMuted: (FMLiveSwitchNullableBool *)  value

Sets whether to mute or unmute video.

◆ setVideoUnmuteDisabled:

- (void) setVideoUnmuteDisabled: (FMLiveSwitchNullableBool *)  value

Sets whether to disable video unmuting.

◆ toJson

- (NSString*) toJson

Serializes this channel client configuration to JSON.

Returns
The channel client configuration as JSON.

◆ toJsonWithChannelConnectionConfig:

+ (NSString*) toJsonWithChannelConnectionConfig: (FMLiveSwitchChannelConnectionConfig *)  channelConnectionConfig

Serializes a channel connection configuration to JSON.

Parameters
channelConnectionConfigThe channel connection configuration.
Returns
The channel connection configuration as JSON.

◆ videoMuted

- (FMLiveSwitchNullableBool*) videoMuted

Gets whether to mute or unmute video.

◆ videoUnmuteDisabled

- (FMLiveSwitchNullableBool*) videoUnmuteDisabled

Gets whether to disable video unmuting.