Fetch newest change#1
Open
Barry0501 wants to merge 60 commits into
Open
Conversation
* fix background call. * Fix iOS, close #23. * Fix typo. * More changes. * Remove EventChannel. * Change FlutterCallKeep as a singleton. * Add CallKeepPushKitToken event. * Add firebase_messaging to example. * update.
* fix: change parameter handle to number , call.argument("number") was undefined in HandleMethodCall for startCall case
* fix(ios): change handle to number
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* fix: change parameter handle to number , call.argument("number") was undefined in HandleMethodCall for startCall case
* fix(ios): change handle to number
* feat: make hasDefaultPhoneAccount return a bool to have feedback on the telecom manager request
…when andorid is running.
* feature: added some doc [WIP] * feature: added more doc * feature: added more doc * feature: added more doc on README.md * feature: added more doc on README.md * feature: doc added * feature: doc added * feature: doc added * feature: doc added
…r getting available calls (Android/iOS) (#135)
* example: Sort imports. * example: Remove space. * example: Use ElevatedButton instead of RaisedButton. * example: Lint.
* pubspec: Use double quotation instead of single. * api: Sort import. * api, event: Remove unused asset which never has null.
* example: pubspec: Sort. * example: pubspec: Remove unused cupertino_icons. * example: pubspec: Upgrade uuid 3.0.7. * example: pubspec: Add flutter_lints 2.0.1. * example: amalysis_options: Set linter without avoid_print which is used too many times. * example: main: Fix non_constant_identifier_names. * example: main: Fix prefer_interpolation_to_compose_strings. * example: main: Rename _MyAppState to MyAppState. Fix library_private_types_in_public_api. * example: main: Fix use_key_in_widget_constructors. * example: main: Fix prefer_const_constructors. * example: main: Fix use_build_context_synchronously.
* add missing call data * add self managed call permission * working android self managed * init integration with ios * working android call * export android and fix iOS call * restore signing team to cloudwebrtc * differ between iOS and android connected * simplify mute boolean comparison * send notification on disconnect report * add custom schema option * start calls from log * encapsulate account handle * fix appdelegate callback signature * add answer call to iOS * fix null audio state access * add optional notify on end call report android * add settings caching * change displayincoming to static
Co-authored-by: Mikael Wills <mikael.wills@ideaworks.co.uk>
…#189) Co-authored-by: Mikael Wills <mikael.wills@ideaworks.co.uk>
Co-authored-by: Mikael Wills <mikael.wills@ideaworks.co.uk>
Co-authored-by: Mikael Wills <mikael.wills@ideaworks.co.uk>
68c76aa to
276c24a
Compare
* Update FlutterCallkeepPlugin.java * fix: add comments
* Fix namespace bug * Android Gradle Plugin (AGP) --------- Co-authored-by: CloudWebRTC <duanweiwei1982@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.