SKYLINKConnectionConfig Class Reference

Inherits from NSObject
Declared in SKYLINKConnection.h

Overview

The class representing the conversation configuration.

  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

for now the system accepts turning on/off STUN and TURN servers via STUN=true/false and TURN=true/false. Transport can be set as transport=TCP/UDP. Preferred audio codec can be set as audio=Opus/iLBC.

Declared In

SKYLINKConnection.h