@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
10 lines • 331 B
text/typescript
export const CallUIEvents = {
ccCallFailed : "ccCallFailed",
ccCallInitiated : "ccCallInitiated",
ccCallRejected: "ccCallRejected",
ccCallAccepted: "ccCallAccepted",
ccCallEnded: "ccCallEnded",
ccCallJoined: "ccCallJoined",
ccOutgoingCall: "ccOutgoingCall",
ccShowOngoingCall: "ccShowOngoingCall",
}