Classes
- LocalParticipant
-
Participant object of local user.
- Participant
-
Base participant object
- RealtimeSDK
-
The RealtimeSDK class defines the interface to the SDK and allows the application to join a room and provides callback events through the RealtimeSDKProtocol.
- RemoteParticipant
-
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
- RealtimeSDK.RoomOptions
-
Options to be used when joining a room
- RealtimeSDK.Settings
Enumerations
- LogSeverity
-
Defines the severity of log events generated by the RealtimeSDK framework
- RealtimeSDK.Settings.Codec
- RealtimeSDKError
Protocols
- RealtimeSDKProtocol
- RealtimeSDKLogProtocol