UnbluConversationError
public enum UnbluConversationError : Error
An enum that defines errors that can occur when interacting with an UnbluConversation
-
Fired when an
UnbluConversation
fails to close, with a givenString
reasonDeclaration
Swift
case failedToCloseConversation(String)
-
Fired when an
UnbluConversation
fails to open, with a givenString
reasonDeclaration
Swift
case failedToOpenConversation(String)
-
Fired when an
UnbluConversation
fails to start an audio call, with a givenString
reasonDeclaration
Swift
case failedToStartAudioCall(String)
-
Fired when an
UnbluConversation
fails to start a video call, with a givenString
reasonDeclaration
Swift
case failedToStartVideoCall(String)
-
Fired when an
UnbluConversation
fails to start co-browsing, with a givenString
reasonDeclaration
Swift
case failedToStartCoBrowsing(String)
-
Fired when an
UnbluConversation
fails to stop co-browsing, with a givenString
reasonDeclaration
Swift
case failedToStopCoBrowsing(String)