Conexia Telecom SDK
    Preparing search index...

    Variable SIPSessionStateConst

    SIPSessionState: {
        Constructed: string;
        Established: string;
        Establishing: string;
        Initial: string;
        NotPresentOnDevice: string;
        Terminated: string;
        Terminating: string;
    }

    Represents the various states of a SIP session lifecycle.

    Type Declaration

    • Constructed: string

      Session object has been created but not yet initialized

    • Established: string

      The session is fully established and active

    • Establishing: string

      Session is being established

    • Initial: string

      Session has been initialized but not established

    • NotPresentOnDevice: string

      The session is not present on the current device (e.g., transferred or ended elsewhere)

    • Terminated: string

      The session has been terminated and is no longer active

    • Terminating: string

      The session is in the process of being terminated