Member Junction
    Preparing search index...

    The client.calls surface: callable as calls(sid) to address one call AND carrying a create(...) method for outbound dial — exactly the dual shape the real twilio SDK exposes.

    interface TwilioCallsResourceLike {
        create(params: Record<string, unknown>): Promise<TwilioCallInstanceLike>;
        (callSid: string): TwilioCallContextLike;
    }
    Index

    Methods

    Methods