iOS VCS Realtime SDK Documentation

Classes

Local​Participant

Participant object of local user.

Participant

Base participant object

Realtime​SDK

The RealtimeSDK class defines the interface to the SDK and allows the application to join a room and provides callback events through the RealtimeSDKProtocol.

Remote​Participant

Remote participant object

Room

Room the user joined. Contains the local and remote participant with their media streams. Also exposes functions such as muting or toggling video. Raises events when participants join/leave or media streams change.

Structures

Realtime​SDK.​Room​Options

Options to be used when joining a room

Realtime​SDK.​Settings

Enumerations

Log​Severity

Defines the severity of log events generated by the RealtimeSDK framework

Realtime​SDK.​Settings.​Codec
Realtime​SDKError

Protocols

Realtime​SDKProtocol
Realtime​SDKLog​Protocol