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... | |
- (NSString*) clientId |
+ (NSMutableArray*) fromJsonArrayWithRemoteClientsJson: | (NSString *) | remoteClientsJson |
+ (FMLiveSwitchSignallingRemoteClient*) fromJsonWithRemoteClientJson: | (NSString *) | remoteClientJson |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchSerializable.
+ (FMLiveSwitchSignallingRemoteClient*) remoteClient |
+ (FMLiveSwitchSignallingRemoteClient*) remoteClientWithClientId: | (NSString *) | clientId | |
streamId: | (NSString *) | streamId | |
- (NSString*) streamId |
- (NSString*) toJson |
+ (NSString*) toJsonArrayWithRemoteClients: | (NSMutableArray *) | remoteClients |
+ (NSString*) toJsonWithRemoteClient: | (FMLiveSwitchSignallingRemoteClient *) | remoteClient |