Go to the documentation of this file.
5 #import <Foundation/Foundation.h>
23 @property (nonatomic) NSString* __nullable
metadata;
33 @property (nonatomic) NSString* __nullable
label;
NSUInteger videoBandwidth
A max video bandwidth(kbps)
Definition: SKWCallOption.h:38
NSString *__nullable metadata
Any type of metadata associated with the connection, passed in by whoever initiated the connection.
Definition: SKWCallOption.h:23
NSString *__nullable label
Label to easily identify the connection on either peer.
Definition: SKWCallOption.h:33
NSUInteger audioBandwidth
A max audio bandwidth(kbps)
Definition: SKWCallOption.h:43
SKWPeer call options.
Definition: SKWCallOption.h:14
NSString *__nullable connectionId
The connectionId of the peer you are calling.
Definition: SKWCallOption.h:28
NSString *__nullable videoCodec
A video codec like 'H264'.
Definition: SKWCallOption.h:48
NSString *__nullable audioCodec
A audio codec like 'PCMU'.
Definition: SKWCallOption.h:53