Inherits from NSObject
Declared in OTConnection.h

Overview

Represents a connection to an OpenTok session. The OTSession class includes a connection property, which is an OTConnection object. Also, The OTStream class includes a connection property, which is an OTConnection object.

Tasks

Getting information about the connection

Properties

connectionId

The unique connection ID for this OTConnection object.

@property (readonly) NSString *connectionId

Declared In

OTConnection.h

creationTime

The time at which the Connection was created on the OpenTok server.

@property (readonly) NSDate *creationTime

Declared In

OTConnection.h