receive_fax
receive_fax
Start receiving a fax on the call. Returns a
FaxAction that resolves when the
fax is fully received or an error occurs.
This method emits calling.call.fax events. See Call Events for payload details.
Parameters
control_id
Custom control ID. Auto-generated if not provided.
on_completed
Callback invoked when the fax reception completes. The event contains the received document URL and page count.
Returns
FaxAction — An action handle with
stop() and wait() methods.