Skip to main content
Version: Next

Function: fulfillIncomingCallConnected()

fulfillIncomingCallConnected(requestId): Promise<boolean>

Defined in: react-native-webrtc/lib/typescript/VoIP.d.ts:17

Resolves the parked native answer action once incoming-call media is live. Returns false when the request has already timed out or been resolved.

Parameters​

ParameterType
requestIdstring

Returns​

Promise<boolean>