Blind-transfers the remote party to another destination. The local side drops out of the call once the transfer is accepted by the server; the remote party continues at the new destination.
Use a directory URI for fabric-internal targets (e.g. /public/support), a SIP URI for SIP-routed transfers, or any other dialable string the server understands. The request is rejected if the local participant lacks the transfer capability — inspect call.capabilities$ first.
Transfer configuration. The required destination field is the dialable target — a fabric URI, SIP URI, or any string the server’s dial plan understands. See TransferOptions.
Promise<void> — resolves when the server has accepted the transfer request. The local call will subsequently transition to disconnected.
status$ to observe the local call’s progression after transfer.capabilities$ to check whether transfer is currently permitted.