Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Feb 13, 2024
1 parent 50c6570 commit 9299945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ You can handle this scenario by :
```Swift
var currentCall: Call?
var previousCall: Call?

//current calkit uuid
var callKitUUID: UUID?

Expand All @@ -658,7 +659,7 @@ You can handle this scenario by :
}

```
Subsequently, when the user clicks on the End and Accept or Decline Button, you will need to determine which og these buttons was clicked.
Subsequently, when the user clicks on the End and Accept or Decline Button, you will need to determine which of these buttons was clicked.
You can do that as follows:

```Swift
Expand Down

0 comments on commit 9299945

Please sign in to comment.