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

  •   connectionId

    The unique connection ID for this OTConnection object.

    property
  •   creationTime

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

    property

Properties

connectionId

The unique connection ID for this OTConnection object.

@property (readonly, strong) NSString *connectionId

Declared In

OTConnection.h

creationTime

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

@property (readonly, strong) NSDate *creationTime

Declared In

OTConnection.h