ErrorCode

annotation class ErrorCode

fail reasons when launch VoIP call

Properties

val CALL_BROADCAST_NOT_ALLOWED_TO_REQUEST_FLOOR: Int
Link copied to clipboard
val CALL_TRANSFER_FAILED: Int
Call transfer failed
Link copied to clipboard
val CAMERA_NOT_AVAILABLE: Int
The camera is not available or used by another application
Link copied to clipboard
val CHANNEL_ALREADY_ACTIVE: Int
Already exist VoIP channel session with the same group ID
Link copied to clipboard
val DENY_TRANSMIT_GROUP: Int
User is not allowed to interact with this group
Link copied to clipboard
val EMERGENCY_CALL_NOT_ALLOWED: Int
Link copied to clipboard
val INVALID_RECIPIENT: Int
Invalid recipient
Link copied to clipboard
val INVALID_SESSION_TYPE: Int
Invalid session type
Link copied to clipboard
val INVALID_SESSIONS_FOR_MERGE: Int
Link copied to clipboard
val MULTI_CHANNELS_DISBALED: Int
Multi channel feature is not allowed
Link copied to clipboard
val NO_SESSION_TO_JOIN: Int
There is no session to join related to the specified thread ID
Link copied to clipboard
val OPENID_SESSION_EXPIRED: Int
Link copied to clipboard
val PERMISSION_AUDIO_REQUIRED: Int
Audio permission not granted
Link copied to clipboard
val PERMISSION_CAMERA_REQUIRED: Int
Camera permission not granted
Link copied to clipboard
val PERMISSIONS_AUDIO_CAMERA_PHONE_REQUIRED: Int
Audio camera permission not granted
Link copied to clipboard
val PERMISSIONS_AUDIO_PHONE_REQUIRED: Int
Audio phone permission not granted
Link copied to clipboard
val REQUEST_FAILED: Int
Request Media burst failed due to unknown error
Link copied to clipboard
val SETTINGS_MODIFICATION_NOT_ALLOWED: Int
Link copied to clipboard
val THREAD_NOT_ACTIVE: Int
Thread not active
Link copied to clipboard
val THREAD_NOT_EXIST: Int
Thread not exist
Link copied to clipboard
val THREAD_TYPE_INVALID: Int
Thread type invalid
Link copied to clipboard
val TRANSFER_TO_EXTERNAL_NOT_ALLOWED: Int
Transfer call to external is not allowed
Link copied to clipboard
val UNKNOWN_ERROR: Int
UNKNOWN ERROR
Link copied to clipboard
val USER_IS_ALREADY_IN_SESSION: Int
User is already in session
Link copied to clipboard
val USER_NOT_LOGGED_INTO_APP: Int
Link copied to clipboard
val VISITOR_CHANNEL_NOT_FOUND: Int
Link copied to clipboard
val VOIP_ACM_CHANGE_FAILED: Int
Change of VoIP Always Connected Mode value failed

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String