{"id":24803889,"url":"https://github.com/mindinventory/flutter_web_rtc_with_call_kit","last_synced_at":"2026-04-16T14:10:00.652Z","repository":{"id":274742691,"uuid":"918207853","full_name":"Mindinventory/flutter_web_rtc_with_call_kit","owner":"Mindinventory","description":"Flutter example of webrtc with callkit for Android and iOS.","archived":false,"fork":false,"pushed_at":"2025-01-29T04:46:06.000Z","size":7109,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T06:45:17.828Z","etag":null,"topics":["audio-video-calls","callkit","flutter","voip","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mindinventory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-17T13:15:16.000Z","updated_at":"2025-02-11T12:12:35.000Z","dependencies_parsed_at":"2025-01-29T05:37:04.894Z","dependency_job_id":null,"html_url":"https://github.com/Mindinventory/flutter_web_rtc_with_call_kit","commit_stats":null,"previous_names":["mindinventory/flutter_web_rtc_with_call_kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fflutter_web_rtc_with_call_kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fflutter_web_rtc_with_call_kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fflutter_web_rtc_with_call_kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fflutter_web_rtc_with_call_kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mindinventory","download_url":"https://codeload.github.com/Mindinventory/flutter_web_rtc_with_call_kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245414529,"owners_count":20611364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-video-calls","callkit","flutter","voip","webrtc"],"created_at":"2025-01-30T06:13:45.801Z","updated_at":"2026-04-16T14:10:00.614Z","avatar_url":"https://github.com/Mindinventory.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_web_rtc_with_call_kit\n\nFlutter example of webrtc with callkit for Android and iOS.\n\n* WebRTC (Web Real-Time Communication) is a powerful framework that allows for peer-to-peer\n  communication between web browsers and mobile apps, enabling features like audio and video\n  calling, screen sharing, and file transfer.\n\n* CallKit is an Apple framework designed to enable seamless integration of audio and video calling\n  services into our apps. It provides a native-like calling interface, improving the user experience\n  by mimicking the look and feel of the system's Phone app.\n\n# Flowchart\n\n\u003cimg src=\"screenshots/WebRTC_with_CallKit.png\"\u003e\n\n1. Call Initiation: User A starts a video call with User B.\n2. Signaling: A signaling server facilitates the exchange of SDP and ICE candidates between User A\n   and User B to establish a connection.\n3. Connection Setup: Once signaling is complete, WebRTC captures and transmits audio and video data\n   between the devices of User A and User B.\n4. Incoming Call Notification: User B's device receives the incoming call, and CallKit displays a\n   system notification, allowing the user to accept or decline.\n5. Call Handling: If User B accepts, CallKit informs the Flutter app, which then establishes the\n   WebRTC-based audio and video connection between the devices.\n6. In-Call Experience: The video call is displayed in the app's interface, with controls for muting\n   audio or video, or ending the call.\n\n# Preview\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/authentication.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/login.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/sign_up.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/home.png\" width=200 height=360\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/home_call.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/call.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/audio_call.png\" width=200 height=360\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/video_call.png\" width=200 height=360\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n# Usage Instructions\n\nTo run this example on your system, follow these steps:\n\n* Clone the Repository\n* Set Up Firebase\n    * Create a Firebase project and configure it for Android and iOS.\n* Replace Firebase Config Files\n    * Dart: Replace `firebase_options.dart`, `firebase.json`\n    * Android: Replace `google-services.json`\n    * iOS: Replace `GoogleService-Info.plist`\n* Add Service Account JSON\n    * Add your Firebase service account JSON to the assets folder.\n    * Replace the firebaseConfig with your JSON file in the `app_assets.dart`\n* Update FCM Helper\n    * Replace the projectId in the `fcm_helper.dart` with your Firebase project ID.\n\n# Dependencies\n\n* [flutter_webrtc](https://pub.dev/packages/flutter_webrtc)\n* [flutter_callkit_incoming](https://pub.dev/packages/flutter_callkit_incoming)\n* [firebase_core](https://pub.dev/packages/firebase_core)\n* [cloud_firestore](https://pub.dev/packages/cloud_firestore)\n* [firebase_messaging](https://pub.dev/packages/firebase_messaging)\n\n# References\n\n* https://www.youtube.com/watch?v=hAKQzNQmNe0z\n* https://github.com/md-weber/webrtc_tutorial\n\n# LICENSE!\n\n**flutter_web_rtc_with_call_kit**\nis [MIT-licensed.](https://github.com/Mindinventory/flutter_web_rtc_with_call_kit/blob/main/LICENSE)\n\n# Let us know!\n\nWe’d be really happy if you send us links to your projects where you use our open-source libraries.\nJust send an email to [sales@mindinventory.com](mailto:sales@mindinventory.com) And do let us know\nif you have any questions or suggestion regarding our work.\n\nVisit our website [mindinventory.com](https://www.mindinventory.com)\n\nLet us know if you are interested to building Apps or Designing Products.\n\u003cp\u003e\u003ca href=\"https://www.mindinventory.com/contact-us.php?utm_source=gthb\u0026utm_medium=repo\u0026utm_campaign=drop_down_list\" target=\"__blank\"\u003e\n\u003cimg src=\"https://github.com/Mindinventory/drop_down_list/raw/main/assets/have_a_project_button.png\" width=\"203\" height=\"43\"  alt=\"flutter app development\"\u003e\n\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Fflutter_web_rtc_with_call_kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindinventory%2Fflutter_web_rtc_with_call_kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Fflutter_web_rtc_with_call_kit/lists"}