FMLiveSwitchSignallingRemoteClient Class Reference

Instance Methods

(NSString *) - clientId
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(instancetype) - initWithClientId:streamId:
 
(NSString *) - streamId
 
(NSString *) - toJson
 

Class Methods

(NSMutableArray *) + fromJsonArrayWithRemoteClientsJson:
 
(FMLiveSwitchSignallingRemoteClient *) + fromJsonWithRemoteClientJson:
 
(FMLiveSwitchSignallingRemoteClient *) + remoteClient
 
(FMLiveSwitchSignallingRemoteClient *) + remoteClientWithClientId:streamId:
 
(NSString *) + toJsonArrayWithRemoteClients:
 
(NSString *) + toJsonWithRemoteClient:
 
- Class Methods inherited from FMLiveSwitchSerializable
(FMLiveSwitchSerializable *) + serializable
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 

Method Documentation

◆ clientId

- (NSString*) clientId

◆ fromJsonArrayWithRemoteClientsJson:

+ (NSMutableArray*) fromJsonArrayWithRemoteClientsJson: (NSString *)  remoteClientsJson

◆ fromJsonWithRemoteClientJson:

+ (FMLiveSwitchSignallingRemoteClient*) fromJsonWithRemoteClientJson: (NSString *)  remoteClientJson

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSerializable class.

Implements FMLiveSwitchSerializable.

◆ initWithClientId:streamId:

- (instancetype) initWithClientId: (NSString *)  clientId
streamId: (NSString *)  streamId 

◆ remoteClient

◆ remoteClientWithClientId:streamId:

+ (FMLiveSwitchSignallingRemoteClient*) remoteClientWithClientId: (NSString *)  clientId
streamId: (NSString *)  streamId 

◆ streamId

- (NSString*) streamId

◆ toJson

- (NSString*) toJson

◆ toJsonArrayWithRemoteClients:

+ (NSString*) toJsonArrayWithRemoteClients: (NSMutableArray *)  remoteClients

◆ toJsonWithRemoteClient:

+ (NSString*) toJsonWithRemoteClient: (FMLiveSwitchSignallingRemoteClient *)  remoteClient