CallError
public enum CallError : String
Represents errors for a Call
-
Failed to register device
Declaration
Swift
case registerFailure = "Failed to register device" -
Unsupported function for outgoing call
Declaration
Swift
case unsupportedFunction = "Unsupported function for outgoing call" -
Already connected
Declaration
Swift
case alreadyDisconnected = "Already disconnected" -
Already connected
Declaration
Swift
case alreadyConnected = "Already connected" -
Call failed
Declaration
Swift
case callFailure = "Call failed" -
There are other active calls
Declaration
Swift
case otherActiveCall = "There are other active calls" -
The call was canceled by user
Declaration
Swift
case callCancelled = "The call was canceled by user" -
The call failed to start association call
Declaration
Swift
case callAssociationFailed = "The call failed to start association call" -
Internal error
Declaration
Swift
case internalError = "Internal error" -
Call not found
Declaration
Swift
case callNotFound = "Call not found" -
Host pin or meeting password required
Declaration
Swift
case hostPinOrMeetingPasswordRequired = "Host pin or meeting password required" -
Invalid password
Declaration
Swift
case invalidPassword = "Invalid Password" -
Invalid Password or Host Key
Declaration
Swift
case invalidPasswordOrHostKey = "Invalid Password or Host Key" -
Invalid Api Error
Declaration
Swift
case invalidApiError = "Wrong api has been called" -
cannot start instant meeting
Since
3.11.0Declaration
Swift
case cannotStartInstantMeeting = "Cannot start instant meeting"
View on GitHub