Function: reportOutgoingCallConnected()
ts
function reportOutgoingCallConnected(id): Promise<void>;Defined in: Calls.ts:579
Reports that an outgoing call's media connection is established.
Call this after starting an outgoing call and your media connection (e.g., WebRTC) is fully connected and the remote party has answered.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The call session ID. |
Returns
Promise<void>
See
- startOutgoingCall — the call that initiated this outgoing flow.
- addOutgoingCallStartedListener — fires when the OS accepts the request.