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

    Interface UpdateCallRequestData

    interface UpdateCallRequestData {
        callId: string;
        updateCallRequestBody?: ManagedCallSvamlRequestBody;
    }
    Index

    Properties

    callId: string

    The unique identifier of the call. This value is generated by the system.

    updateCallRequestBody?: ManagedCallSvamlRequestBody