SKYLINKConnectionConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | SKYLINKConnection.h |
audio
enable/disable audio.
@property (nonatomic, unsafe_unretained) BOOL audio
Declared In
SKYLINKConnection.h
video
enable/disable video.
@property (nonatomic, unsafe_unretained) BOOL video
Declared In
SKYLINKConnection.h
dataChannel
enable/disable dataChannel.
@property (nonatomic, unsafe_unretained) BOOL dataChannel
Declared In
SKYLINKConnection.h
fileTransfer
enable/disable file transfer.
@property (nonatomic, unsafe_unretained) BOOL fileTransfer
Declared In
SKYLINKConnection.h
timeout
number of seconds for file transfer timeout.
@property (nonatomic, unsafe_unretained) NSInteger timeout
Declared In
SKYLINKConnection.h
userInfo
configuration for advanced users.
@property (nonatomic, weak) NSDictionary *userInfo
Discussion
To disable STUN and/or TURN servers, use STUN=true and/or TURN=true. Transport can be set as transport=TCP/UDP. Preferred audio codec can be set as audio=Opus/iLBC.
Declared In
SKYLINKConnection.h