FMLiveSwitchWebRtcPeerInfo Class Reference

Instance Methods

(NSString *) - description
 
(instancetype) - init
 
(bool) - isMobile
 
(bool) - isMobileSet
 
(NSString *) - lsSdkVersion
 
(NSString *) - osVersion
 
(FMLiveSwitchPlatformType) - platform
 
(FMLiveSwitchPlatformType) - platformOs
 
(NSString *) - platformVersion
 
(void) - setIsMobile:
 
(void) - setIsMobileSet:
 
(void) - setLsSdkVersion:
 
(void) - setOsVersion:
 
(void) - setPlatform:
 
(void) - setPlatformOs:
 
(void) - setPlatformVersion:
 
(void) - setUaString:
 
(NSString *) - uaString
 

Class Methods

(FMLiveSwitchWebRtcPeerInfo *) + webRtcPeerInfo
 

Method Documentation

◆ description

- (NSString*) description

◆ init

- (instancetype) init

◆ isMobile

- (bool) isMobile

◆ isMobileSet

- (bool) isMobileSet

◆ lsSdkVersion

- (NSString*) lsSdkVersion

◆ osVersion

- (NSString*) osVersion

◆ platform

- (FMLiveSwitchPlatformType) platform

◆ platformOs

- (FMLiveSwitchPlatformType) platformOs

◆ platformVersion

- (NSString*) platformVersion

◆ setIsMobile:

- (void) setIsMobile: (bool)  value

◆ setIsMobileSet:

- (void) setIsMobileSet: (bool)  value

◆ setLsSdkVersion:

- (void) setLsSdkVersion: (NSString *)  value

◆ setOsVersion:

- (void) setOsVersion: (NSString *)  value

◆ setPlatform:

- (void) setPlatform: (FMLiveSwitchPlatformType)  value

◆ setPlatformOs:

- (void) setPlatformOs: (FMLiveSwitchPlatformType)  value

◆ setPlatformVersion:

- (void) setPlatformVersion: (NSString *)  value

◆ setUaString:

- (void) setUaString: (NSString *)  value

◆ uaString

- (NSString*) uaString

◆ webRtcPeerInfo

+ (FMLiveSwitchWebRtcPeerInfo*) webRtcPeerInfo