Inherits from NSObject
Declared in SKYLINKConnection.h

Overview

The class representing the conversation configuration.

Tasks

Properties

audio

enable/disable audio.

@property (nonatomic, unsafe_unretained) BOOL audio

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.

Declared In

SKYLINKConnection.h

video

enable/disable video.

@property (nonatomic, unsafe_unretained) BOOL video

Declared In

SKYLINKConnection.h