From 7fd0c89536fdf1d24702d5b154600e76565b14eb Mon Sep 17 00:00:00 2001 From: tetsuya-ogawa Date: Thu, 2 Sep 2021 17:29:02 +0900 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9061d65..fc9ffa13 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ async function initTelephony() { } function initTelephonyWithToken(token) { - TwilioVoice.initWithAccessToken(token) + TwilioVoice.initWithToken(token) // iOS only, configure CallKit try {