Member Junction
    Preparing search index...

    A real IVonageVoiceLike over the @vonage/server-sdk Voice API.

    • CreateCallvonage.voice.createOutboundCall({ to, from, ncco, event_url }), resolving the new call UUID.
    • HangupCallvonage.voice.hangupCall(uuid).
    • TransferCallvonage.voice.transferCallWithNCCO(uuid, ncco).
    • SendDtmfvonage.voice.playDTMF(uuid, digits).

    The constructed client is built once on first use and reused for the life of the instance.

    Implements

    Index

    Constructors

    Methods