Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface RegisteredEndpoint

    interface RegisteredEndpoint {
        createTime?: Date;
        credentialUsername: string;
        credentialUserName?: string;
        enabled?: boolean;
        id?: string;
        isRegistered: boolean;
        name: string;
        priority: number;
        projectId?: string;
        sipTrunkId?: string;
        transport?: string;
        updateTime?: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createTime?: Date

    The date and time that the SIP endpoint was created.

    credentialUsername: string

    The username for the credential list you want to use to register the endpoint.

    credentialUserName?: string

    The username for the credential list you want to use to register the endpoint.

    enabled?: boolean

    Sets whether the SIP endpoint is enabled or not.

    id?: string

    The ID of the SIP endpoint.

    isRegistered: boolean

    This property determines whether the endpoint is static or registered. If registered, this must be set to true.

    name: string

    The friendly name of the SIP endpoint.

    priority: number

    Inbound call routing priority. If two or more endpoints have the same priority, calls will be routed to them using a round-robin strategy.

    projectId?: string

    The ID of the project.

    sipTrunkId?: string

    The ID of the SIP trunk to which the endpoint is assigned.

    transport?: string

    The transport protocol of the SIP endpoint.

    updateTime?: Date

    The date and time that the SIP endpoint was last modified.