CallCompositeErrorCode
public struct CallCompositeErrorCode
Call Composite runtime error types.
-
Error when local user fails to join a call.
Declaration
Swift
public static let callJoin: String
-
Error when a call disconnects unexpectedly or fails on ending.
Declaration
Swift
public static let callEnd: String
-
Error when the input token is expired.
Declaration
Swift
public static let tokenExpired: String