iOS SDK API Reference
|
#import <SKWCallOption.h>
Properties | |
NSString *__nullable | metadata |
Any type of metadata associated with the connection, passed in by whoever initiated the connection. | |
NSString *__nullable | connectionId |
The connectionId of the peer you are calling. | |
NSString *__nullable | label |
Label to easily identify the connection on either peer. | |
NSUInteger | videoBandwidth |
A max video bandwidth(kbps) | |
NSUInteger | audioBandwidth |
A max audio bandwidth(kbps) | |
NSString *__nullable | videoCodec |
A video codec like 'H264'. | |
NSString *__nullable | audioCodec |
A audio codec like 'PCMU'. | |
SKWPeer call options.