UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines 331 B
export const CallUIEvents = { ccCallFailed : "ccCallFailed", ccCallInitiated : "ccCallInitiated", ccCallRejected: "ccCallRejected", ccCallAccepted: "ccCallAccepted", ccCallEnded: "ccCallEnded", ccCallJoined: "ccCallJoined", ccOutgoingCall: "ccOutgoingCall", ccShowOngoingCall: "ccShowOngoingCall", }