Enumerations
The following enumerations are available globally.
-
An enumeration representing the states a client can be in.
See moreDeclaration
Objective-C
enum BCHChatClientState {}Swift
enum BCHChatClientState : Int -
An enumeration representing the call direction.
See moreDeclaration
Objective-C
enum BCXCallDirection {}Swift
enum BCXCallDirection : Int -
An enumeration representing the states a call can be in.
See moreDeclaration
Objective-C
enum BCXCallState {}Swift
enum BCXCallState : Int -
An enumeration representing the possible call end reasons.
See moreDeclaration
Objective-C
enum BCXCallEndReason {}Swift
enum BCXCallEndReason : Int -
An enumeration representing the possible decline reasons.
See moreDeclaration
Objective-C
enum BCXDeclineReason {}Swift
enum BCXDeclineReason : Int -
An enumeration representing the supported call types.
See moreDeclaration
Objective-C
enum BCXCallType {}Swift
enum BCXCallType : UInt8 -
An enumeration representing the states a participant can be in, during a call.
See moreDeclaration
Objective-C
enum BCXCallParticipantState {}Swift
enum BCXCallParticipantState : Int -
An enumeration representing the state a user can be in.
See moreDeclaration
Objective-C
enum BCXUserStatus {}Swift
enum BCXUserStatus : Int -
An enumeration representing the states a client can be in.
See moreDeclaration
Objective-C
enum BCXCallClientState {}Swift
enum BCXCallClientState : Int -
An enumeration of the possible error codes encountered when an error occurs.
See moreDeclaration
Objective-C
enum BCXErrorCode {}Swift
enum BCXErrorCode : Int -
An enumeration of the types of call the sdk can perform.
See moreDeclaration
Objective-C
enum BDKCallType {}Swift
enum BDKCallType : UInt8
View on GitHub
Enumerations Reference