Conexia Telecom SDK
    Preparing search index...

    Variable SdkDataUpdatedEventsConst

    SdkDataUpdatedEvents: {
        ADDITIONAL_OPTIONS_UPDATED: string;
        ARCHIVED_USERS_UPDATED: string;
        ASYNC_REQUESTS_EVENT: string;
        AUTO_ANSWER_CALL: string;
        AVAILABLE_PRESENCE_STATUSES_UPDATED: string;
        BLOCK_CALLER_ID_UPDATED: string;
        CALL_HISTORY_CLEARED: string;
        CALL_HISTORY_MISSED_CALLS_COUNT: string;
        CALL_HISTORY_NEW_ITEM: string;
        CALL_LIST_UPDATED: string;
        CONFERENCES_LIST_UPDATED: string;
        CONFIG_ITEMS_UPDATED: string;
        CURRENT_USER_PRESENCE_EXPIRY_UPDATED: string;
        DASHBOARD_UPDATED: string;
        DEPARTMENTS_UPDATED: string;
        GLOCOM_SIP_PROXY_UPDATED: string;
        MOBILE_PHONES_LIST_UPDATED: string;
        PARKED_CALLS_LIST_UPDATED: string;
        PARKING_LOTS_UPDATED: string;
        PHONE_DND_UPDATED: string;
        PROFILE_INFO_UPDATED: string;
        SIP_CONFIG_UPDATED: string;
        SMS_MESSAGES_DELETED: string;
        SMS_MESSAGES_UPDATED: string;
        SMS_SESSIONS_DELETED: string;
        SMS_SESSIONS_UPDATED: string;
        STATIC_CONFERENCES_LIST_UPDATED: string;
        USERS_PRESENCE_UPDATED: string;
        USERS_UPDATED: string;
        USERS_WITH_PRESENCE_UPDATED: string;
        VOICEMAIL_LIST_UPDATED: string;
    }

    SDK events related to data updates within the application.

    Type Declaration

    • ADDITIONAL_OPTIONS_UPDATED: string

      Emitted when additional call or UI options are updated

    • ARCHIVED_USERS_UPDATED: string

      Emitted when the list of archived users is updated

    • ASYNC_REQUESTS_EVENT: string

      Emitted when an asynchronous request event occurs

    • AUTO_ANSWER_CALL: string

      Emitted to trigger auto-answering of an incoming call

    • AVAILABLE_PRESENCE_STATUSES_UPDATED: string

      Emitted when the list of available presence statuses changes

    • BLOCK_CALLER_ID_UPDATED: string

      Emitted when the block caller ID setting is updated

    • CALL_HISTORY_CLEARED: string

      Emitted when the call history is cleared

    • CALL_HISTORY_MISSED_CALLS_COUNT: string

      Emitted when the count of missed calls in history changes

    • CALL_HISTORY_NEW_ITEM: string

      Emitted when a new item is added to the call history

    • CALL_LIST_UPDATED: string

      Emitted when the call list has been updated

    • CONFERENCES_LIST_UPDATED: string

      Emitted when the conferences list has been updated

    • CONFIG_ITEMS_UPDATED: string

      Emitted when configuration items are updated

    • CURRENT_USER_PRESENCE_EXPIRY_UPDATED: string

      Emitted when the expiry time of the current user’s presence changes

    • DASHBOARD_UPDATED: string
    • DEPARTMENTS_UPDATED: string

      Emitted when department-related data is updated

    • GLOCOM_SIP_PROXY_UPDATED: string

      Emitted when Glocom SIP proxy settings are updated

    • MOBILE_PHONES_LIST_UPDATED: string

      Emitted when the list of mobile phones is updated

    • PARKED_CALLS_LIST_UPDATED: string

      Emitted when the list of parked calls is updated

    • PARKING_LOTS_UPDATED: string

      Emitted when parking lot information is updated

    • PHONE_DND_UPDATED: string

      Emitted when the phone's Do Not Disturb (DND) setting changes

    • PROFILE_INFO_UPDATED: string

      Emitted when the user profile information is updated

    • SIP_CONFIG_UPDATED: string

      Emitted when SIP configuration changes are detected

    • SMS_MESSAGES_DELETED: string

      Emmited when sms messages are deleted

    • SMS_MESSAGES_UPDATED: string

      Emmited when sms messages are updated

    • SMS_SESSIONS_DELETED: string

      Emmited when sms sessions are deleted

    • SMS_SESSIONS_UPDATED: string

      Emmited when sms sessions are updated

    • STATIC_CONFERENCES_LIST_UPDATED: string

      Emitted when the list of static conferences is updated

    • USERS_PRESENCE_UPDATED: string

      Emitted when the presence of extensions is updated

    • USERS_UPDATED: string

      Emitted when the list of users is updated

    • USERS_WITH_PRESENCE_UPDATED: string

      Emitted when extensions along with their presence info are updated

    • VOICEMAIL_LIST_UPDATED: string

      Emitted when the voicemail list has been updated