Skip to content

Commit

Permalink
doc: fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Dec 10, 2020
1 parent d91c841 commit 4d126f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,16 @@ cd ios/ && pod install

The iOS library works through [CallKit](https://developer.apple.com/reference/callkit) and handling calls is much simpler than the Android implementation as CallKit handles the inbound calls answering, ignoring, or rejecting. Outbound calls must be controlled by custom React-Native screens and controls.

To pass caller's name to CallKit via voip push notification add custom parameter 'CallerName' to Twilio Dial verb.
To pass caller's name to CallKit via Voip push notification add custom parameter 'CallerName' to Twilio Dial verb.

```xml
<Dial>
<Client>
<Identity>Client</Identity>
<Parameter name="CallerName">NAME TO DISPLAY</Parameter>
</Client>
</Dial>
```
```

#### VoIP Service Certificate

Expand Down

0 comments on commit 4d126f5

Please sign in to comment.