You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,13 @@ iOS app for VOIP, etc.
75
75
To customize the icon displayed on a CallKit call, Open XCode and add a png icon named '
76
76
callkit_icon' to your assets.xassets folder
77
77
78
-
see [[Notes]](https://github.com/diegogarciar/twilio_voice/blob/master/NOTES.md#ios--macos) for more information
78
+
see [[Notes]](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.md#ios--macos) for more information
79
79
80
80
### macOS Setup
81
81
82
82
Drop in addition.
83
83
84
-
see [[Limitations]](https://github.com/diegogarciar/twilio_voice/blob/master/NOTES.md#macos) and [[Notes]](https://github.com/diegogarciar/twilio_voice/blob/master/NOTES.md#ios--macos) for more information.
84
+
see [[Limitations]](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.md#macos) and [[Notes]](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.md#ios--macos) for more information.
85
85
86
86
### Android Setup:
87
87
@@ -160,7 +160,7 @@ To enable the `ConnectionService` and make/receive calls, run:
160
160
TwilioVoice.instance.requestReadPhoneStatePermission(); // Gives Android permissions to read Phone State
161
161
```
162
162
163
-
Highly recommended to review the notes for **Android**. See [[Notes]](https://github.com/diegogarciar/twilio_voice/blob/master/NOTES.md#android) for more information.
163
+
Highly recommended to review the notes for **Android**. See [[Notes]](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.md#android) for more information.
164
164
165
165
#### Customizing the Calling Account
166
166
@@ -288,7 +288,7 @@ Register iOS capabilities
288
288
call `TwilioVoice.instance.setTokens` as soon as your app starts.
289
289
290
290
- `accessToken`provided from your server, you can see an example cloud
291
-
function [here](https://github.com/diegogarciar/twilio_voice/blob/master/functions.js).
291
+
function [here](https://github.com/cybex-dev/twilio_voice/blob/master/functions.js).
292
292
- `deviceToken`is automatically handled on iOS, for android you need to pass a FCM token.
293
293
294
294
call `TwilioVoice.instance.unregister` to unregister from Twilio, if no access token is passed, it
@@ -531,7 +531,7 @@ If the `CALL_PHONE` permissions group i.e. `READ_PHONE_STATE`, `READ_PHONE_NUMBE
531
531
532
532
_Note: If `MANAGE_OWN_CALLS` permission is not granted, outbound calls will not work._
533
533
534
-
See [Android Setup](#android-setup) and [Android Notes](https://github.com/diegogarciar/twilio_voice/blob/master/NOTES.md#android) for more information regarding configuring the `ConnectionService` and registering a Phone Account.
534
+
See [Android Setup](#android-setup) and [Android Notes](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.md#android) for more information regarding configuring the `ConnectionService` and registering a Phone Account.
0 commit comments