connectPhone
connectPhone
- connectPhone(
params):Promise<Call>- See Call for more details.
Attempt to connect an existing call to a new outbound phone call. The two devices will hear each other. You can wait until the new peer is disconnected by calling disconnected.
Parameters
Returns
Promise<Call> - See Call for more details.
A promise that resolves to a Call object that you can use to control the new peer. The promise resolves only after the new peer picks up the call.