FMLiveSwitchConnectionType Class Reference

A connection type. More...

Instance Methods

(instancetype) - init
 

Class Methods

(FMLiveSwitchConnectionType *) + connectionType
 
(NSString *) + mcu
 Gets the "mcu" connection type string. More...
 
(NSString *) + peer
 Gets the "peer" connection type string. More...
 
(NSString *) + sfu
 Gets the "sfu" connection type string. More...
 

Detailed Description

A connection type.

Method Documentation

◆ connectionType

+ (FMLiveSwitchConnectionType*) connectionType

◆ init

- (instancetype) init

◆ mcu

+ (NSString*) mcu

Gets the "mcu" connection type string.

◆ peer

+ (NSString*) peer

Gets the "peer" connection type string.

◆ sfu

+ (NSString*) sfu

Gets the "sfu" connection type string.