Skip to content

Commit 4d126f5

Browse files
doc: fix Readme
1 parent d91c841 commit 4d126f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,16 @@ cd ios/ && pod install
115115

116116
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.
117117

118-
To pass caller's name to CallKit via voip push notification add custom parameter 'CallerName' to Twilio Dial verb.
118+
To pass caller's name to CallKit via Voip push notification add custom parameter 'CallerName' to Twilio Dial verb.
119+
119120
```xml
120121
<Dial>
121122
<Client>
122123
<Identity>Client</Identity>
123124
<Parameter name="CallerName">NAME TO DISPLAY</Parameter>
124125
</Client>
125126
</Dial>
126-
```
127+
```
127128

128129
#### VoIP Service Certificate
129130

0 commit comments

Comments
 (0)