Skip to content

Commit 2882010

Browse files
Update README.md
1 parent f0fd76c commit 2882010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function declineCall(uuid: string, payload?: string): void;
243243

244244
```js
245245
// Example
246-
RNNotificationCall.declineCall(uuid, payload);
246+
RNNotificationCall.declineCall(22221a97-8eb4-4ac2-b2cf-0a3c0b9100ad, JSON.stringify({name:'Test',Body:'test'}));
247247
```
248248

249249
#### answer call
@@ -255,7 +255,7 @@ function answerCall(uuid: string, payload?: string): void;
255255

256256
```js
257257
// Example
258-
RNNotificationCall.answerCall(uuid, payload);
258+
RNNotificationCall.answerCall(22221a97-8eb4-4ac2-b2cf-0a3c0b9100ad, JSON.stringify({name:'Test',Body:'test'}));
259259
```
260260

261261
#### Troubleshooting

0 commit comments

Comments
 (0)