UnbluApiStartVideoCallError
public enum UnbluApiStartVideoCallError : Error
Error which can occur when trying to start a video call
-
Api is not initialized. May it is in error state if it was already initialized before
Declaration
Swift
case apiNotInitialized -
The ui must be at least shown once after initialization, otherwise this error is thrown
Declaration
Swift
case uiWasNeverShown -
Error while opening the conversation. See error type for details.
Declaration
Swift
case failedToStartVideoCall(errorType: UnbluStartVideoCallErrorType, details: String?)Parameters
errorTypeType of the error
detailsError message; can be nil
UnbluApiStartVideoCallError Enumeration Reference