Instance Methods | |
| (NSMutableArray *) | - adapters |
| (FMLiveSwitchConnection *) | - connection |
| (instancetype) | - initWithSessionServer:clientName:adapters:connection: |
| (NSString *) | - name |
| (void) | - sendWithText: |
| (void) | - sessionServerNotifyWithEventType:peerClientName: |
| (void) | - setCandidate:peerClientName: |
Class Methods | |
| (FMLiveSwitchVirtualClient *) | + clientWithSessionServer:clientName:adapters:connection: |
| - (NSMutableArray*) adapters |
| + (FMLiveSwitchVirtualClient*) clientWithSessionServer: | (FMLiveSwitchVirtualSessionServer *) | sessionServer | |
| clientName: | (NSString *) | clientName | |
| adapters: | (NSMutableArray *) | adapters | |
| connection: | (FMLiveSwitchConnection *) | connection | |
| - (FMLiveSwitchConnection*) connection |
| - (instancetype) initWithSessionServer: | (FMLiveSwitchVirtualSessionServer *) | sessionServer | |
| clientName: | (NSString *) | clientName | |
| adapters: | (NSMutableArray *) | adapters | |
| connection: | (FMLiveSwitchConnection *) | connection | |
| - (NSString*) name |
| - (void) sendWithText: | (NSString *) | text |
| - (void) sessionServerNotifyWithEventType: | (FMLiveSwitchVirtualSessionServerEventType) | eventType | |
| peerClientName: | (NSString *) | peerClientName | |
| - (void) setCandidate: | (FMLiveSwitchCandidate *) | candidate | |
| peerClientName: | (NSString *) | peerClientName | |