Skip to content

Commit 6ce3013

Browse files
committed
chore: update README links from diegogarciar to cybex-dev
1 parent 9fdd508 commit 6ce3013

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ iOS app for VOIP, etc.
7575
To customize the icon displayed on a CallKit call, Open XCode and add a png icon named '
7676
callkit_icon' to your assets.xassets folder
7777

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
7979

8080
### macOS Setup
8181

8282
Drop in addition.
8383

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.
8585

8686
### Android Setup:
8787

@@ -160,7 +160,7 @@ To enable the `ConnectionService` and make/receive calls, run:
160160
TwilioVoice.instance.requestReadPhoneStatePermission(); // Gives Android permissions to read Phone State
161161
```
162162

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.
164164

165165
#### Customizing the Calling Account
166166

@@ -288,7 +288,7 @@ Register iOS capabilities
288288
call `TwilioVoice.instance.setTokens` as soon as your app starts.
289289

290290
- `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).
292292
- `deviceToken` is automatically handled on iOS, for android you need to pass a FCM token.
293293

294294
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
531531

532532
_Note: If `MANAGE_OWN_CALLS` permission is not granted, outbound calls will not work._
533533

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.
535535

536536
### Localization
537537

@@ -934,7 +934,7 @@ firebase deploy --only functions
934934

935935
Calling should work naturally - just make sure to fetch the token from the endpoint and you can call
936936

937-
See [example](https://github.com/diegogarciar/twilio_voice/blob/master/example/lib/main.dart#L51)
937+
See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/lib/main.dart#L51)
938938
code, make sure to change the `voice-accessToken` to your function name, given to you by firebase
939939
when deploying (as part of the deploy text)
940940

0 commit comments

Comments
 (0)