Function: VoIPProvider()
VoIPProvider(
__namedParameters):Element
Defined in: mobile-client/src/voip/VoIPProvider.tsx:41
Tracks the current VoIP call state, driven by the native CallKit / Core-Telecom events from useVoIPEvents, and exposes it through useVoIP.
Joining rooms, peer tokens and media are the consumer's — react to callStatus and
report back with reportConnected / reportConnectFailed.
Parameters​
| Parameter | Type |
|---|---|
__namedParameters | VoIPProviderProps |
Returns​
Element