Go to the documentation of this file.
5 #import <Foundation/Foundation.h>
56 @property (nonatomic, copy) NSString* __nullable
videoCodec;
61 @property (nonatomic, copy) NSString* __nullable
audioCodec;
NSString *__nullable audioCodec
A audio codec like 'PCMU'.
Definition: SKWRoomOption.h:61
SKWMediaStream *__nullable stream
User's medias stream to send other participants.
Definition: SKWRoomOption.h:41
Media stream.
Definition: SKWMediaStream.h:18
NSInteger audioBandwidth
A max audio bandwidth(kbps)
Definition: SKWRoomOption.h:51
@ SKW_ROOM_MODE_MESH
Fullmesh type room.
Definition: SKWRoomOption.h:21
NSString *__nullable videoCodec
A video codec like 'H264'.
Definition: SKWRoomOption.h:56
NSInteger videoBandwidth
A max video bandwidth(kbps)
Definition: SKWRoomOption.h:46
@ SKW_ROOM_MODE_SFU
SFU type room.
Definition: SKWRoomOption.h:25
SKWRoomModeEnum mode
Room Mode.
Definition: SKWRoomOption.h:36
SKWRoomModeEnum
Room mode.
Definition: SKWRoomOption.h:16
Room Options.
Definition: SKWRoomOption.h:31