@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
11 lines • 369 B
JavaScript
export const CallUIEvents = {
ccCallFailed: "ccCallFailed",
ccCallInitiated: "ccCallInitiated",
ccCallRejected: "ccCallRejected",
ccCallAccepted: "ccCallAccepted",
ccCallEnded: "ccCallEnded",
ccCallJoined: "ccCallJoined",
ccOutgoingCall: "ccOutgoingCall",
ccShowOngoingCall: "ccShowOngoingCall",
};
//# sourceMappingURL=CallEvents.js.map