简体   繁体   English

Flutter - 使用 Agora 的来电功能

[英]Flutter - Incoming call feature using Agora

Hi I have created an application for video calling using agora package, I would like to know how to in flutter we can be able to show a incoming call screen or push notification.嗨,我已经使用 agora package 创建了一个视频通话应用程序,我想知道如何在 flutter 中我们可以显示来电屏幕或推送通知。 Thanks in advance.提前致谢。

Personally, I used stacked_services to show a custom dialog (without context) from my service when I receive an icoming call.就我个人而言,当我收到来电时,我使用stacked_services显示来自我的服务的自定义对话框(没有上下文)。

I then changed the Dialog() to a Scaffold() to make it a full screen notification that was completely customizable.然后我将 Dialog() 更改为 Scaffold() 以使其成为完全可定制的全屏通知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 React Native agora 显示传入的视频通话 - How to show incoming video call using react native agora 如何为 Agora 1 对 1 视频通话应用显示来电通知 - How to Show incoming call notification for Agora 1 to 1 video call app 带有 Agora flutter 的视频通话接受屏幕 - video call acceptance screen with Agora flutter 我可以使用 agora_rtc 在 Flutter 中实现一对一的语音通话(VOIP)吗? - Can i implement one to one voice call(VOIP) in Flutter using agora_rtc? Flutter 应用程序在发布模式下崩溃,同时终止 agora 呼叫 - Flutter app crash on release mode while terminating agora call 在flutter + android中捕获来电事件 - Catching Incoming call events in flutter+android 如何结束connectycube flutter callkit来电 - How to end connectycube flutter callkit incoming call Flutter 中的 WhatsApp 等来电通知 - Incoming call notification like WhatsApp in Flutter Flutter:Agora 无法在 Android 中运行。 如何使用 agora 修复我的实时流的 android 应用程序中的黑屏问题? - Flutter:Agora is not working in Android. How can I fix black screen issues in my android application of live stream using agora? Flutter:当应用程序在后台时,如何在 ios 上显示全屏来电? - Flutter: How to display fullscreen incoming call on ios when the app is in background?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM