iOS SDK API Reference
|
Room Options. More...
#import <SKWRoomOption.h>
Properties | |
SKWRoomModeEnum | mode |
Room Mode. | |
SKWMediaStream *__nullable | stream |
User's medias stream to send other participants. | |
NSInteger | videoBandwidth |
A max video bandwidth(kbps) | |
NSInteger | audioBandwidth |
A max audio bandwidth(kbps) | |
NSString *__nullable | videoCodec |
A video codec like 'H264'. | |
NSString *__nullable | audioCodec |
A audio codec like 'PCMU'. | |
Room Options.