iOS SDK API Reference

Properties | List of all members
SKWRoomOption Class Reference

Room Options. More...

#import <SKWRoomOption.h>

Inheritance diagram for SKWRoomOption:

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'.
 

Detailed Description

Room Options.