| 
    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 | 
| Video Codec.  More... | |
| NSString *__nullable | audioCodec | 
| Audio Codec.  More... | |
Room Options.
      
  | 
  readwritenonatomiccopy | 
Audio Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'opus', 'ISAC', 'G722', 'PCMU', 'PCMA' Only available when mode is 'mesh'. 
      
  | 
  readwritenonatomiccopy | 
Video Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'H264', 'VP8', 'VP9' Only available when mode is 'mesh'. 
 1.8.17