Member Junction
    Preparing search index...

    The shared SIP-registration seam this per-call SDK draws sessions from. Implemented by the process-wide import('./ringcentral-softphone-handle').RingCentralSoftphoneHandle; tests inject a fake. None of the softphone SDK's concrete types leak — only the structural SoftphoneCallSession.

    interface SoftphoneCallSource {
        rtp: RtpConstructors;
        answerCall(callId: string): Promise<SoftphoneCallSession>;
        placeCall(toNumber: string): Promise<SoftphoneCallSession>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    The werift-rtp constructors the outbound RTP sender needs (loaded with the softphone).

    Methods