Skip to content

Commit 0ed4681

Browse files
committed
docs: updated CHANGELOG & README with web_callkit breaking changes
1 parent 822c5be commit 0ed4681

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* Docs: update CHANGELOG, README
1515

1616
## 0.3.0
17-
17+
* BREAKING CHANGES:
18+
* Feat: [Web] Add [web_callkit](https://pub.dev/packages/web_callkit) support. Please see updated [Web Setup](README.md#web-setup) section in the README for details.
1819
* Docs: update README, NOTES & CHANGELOG
19-
* Feat: [Web] Add [web_callkit](https://pub.dev/packages/web_callkit) support.
2020
* Feat: [Web] Update example with custom incoming ringtone field.
2121
* Feat: [Web] Add custom sounds for Twilio Device using `updateSound(SoundName, String?)` or `updateSounds(Map<String, String>)` methods.
2222
* Fix: [Android] `call.isOnCall()` returns true when call is declined

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/andr
187187

188188
### Web Setup:
189189

190+
**BREAKING CHANGES:**
191+
Since we are now using `web_callkit` package, the web implementation requires copying over only 2 files, please see the required files below.
192+
190193
Web requires 2 files to be copied over/provided for web implementation to work correctly. These files are:
191194
1. `twilio.min.js`
192195
2. `js_notifications-sw.js`

0 commit comments

Comments
 (0)