Skip to content

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

ParameterTypeDescription
idstringThe call session ID.

Returns

Promise<void>

See

Released under the MIT License.