iOS VCS Realtime SDK Documentation

Enumeration Realtime​SDKError

public enum RealtimeSDKError: Error  
RealtimeSDKError RealtimeSDKError Error Error RealtimeSDKError->Error LocalizedError LocalizedError RealtimeSDKError->LocalizedError

Conforms To

Error
LocalizedError

Enumeration Cases

room​Token​Required

case roomTokenRequired

Room token is missing from joinRoom parameters

token​Has​Expired

case tokenHasExpired

The token provided has expired

session​Exists​For​Token

case sessionExistsForToken

A session already exists for this token

endpoint​Address​Not​Found

case endpointAddressNotFound

The provided endpoint address was not found

room​Participant​Count​Exceeded

case roomParticipantCountExceeded

The maximum number of participants exceeds the number allowed by the system

generic​Realtime​SDK

case genericRealtimeSDK

An unspecified error has occurred. Check the error description for more details.

Properties

error​Description

public var errorDescription: String?