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