From 59304db0a0428b3a53a4917dca12b3e6c204fff2 Mon Sep 17 00:00:00 2001 From: Lonny Kapelushnik Date: Fri, 3 Jan 2020 11:59:12 +0000 Subject: [PATCH] Include the `unregister` function in the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 95b66906..ea7974c3 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,9 @@ TwilioVoice.getActiveCall() _deviceDidReceiveIncoming(incomingCall) } }) + +// Unregister device with Twilio (iOS only) +TwilioVoice.unregister() ``` ## Twilio Voice SDK reference