简体   繁体   English

我可以使用 agora_rtc 在 Flutter 中实现一对一的语音通话(VOIP)吗?

[英]Can i implement one to one voice call(VOIP) in Flutter using agora_rtc?

Looking to make an app which supports one to one call (voice only) using agora_rtc_engine .Where user can call to specific user I would like to know how to in flutter we can be able add this feature and to show a incoming call screen or push notification as there is no example in the their official documentation.希望使用agora_rtc_engine制作一个支持一对一通话(仅限语音)的应用程序。用户可以在哪里呼叫特定用户我想知道如何在 flutter 中添加此功能并显示来电屏幕或推送通知,因为他们的官方文档中没有示例。 Thanks in advance.提前致谢。

If you want to use the agora_rtc_engine that you shared then you can simply call disableVideo() function before joining the channel.如果您想使用您分享的agora_rtc_engine ,那么您可以在加入频道之前调用disableVideo() function。 You can clone this repo over here and replace enableVideo() with disableAudio() and you will have your 1 to 1 audio calling.您可以在此处克隆此存储库并将enableVideo()替换为disableAudio() ,您将进行 1 对 1 音频通话。

Although a more traditional approach will be to use the Agora voice calling SDK for Flutter: https://github.com/AgoraIO/Flutter-SDK/tree/audio-only虽然更传统的方法是使用 Agora 语音呼叫 SDK 为 Flutter: https://github.com/AgoraIO/Flutter-SDK/tree

Agora does not provide any API to send push notification. Agora 不提供任何 API 来发送推送通知。 You can use callKeep to push notification to a user with an incoming call screen.您可以使用callKeep通过来电屏幕向用户推送通知。

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

相关问题 Agora SDK-是否可以使用 Agora SDK for Android 实现点对点(一对一)“视频聊天”? - Agora SDK- Is it possible to implement peer to peer (one to one) "video chat" using Agora SDK for Android? 使用SIP的Android语音呼叫(VoIP)应用程序 - Android Voice Call (VoIP) application using SIP 如何允许与 Agora 进行单向视频通信? - How can I allow one-way video communications with Agora? Flutter - 使用 Agora 的来电功能 - Flutter - Incoming call feature using Agora 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? Web RTC-一对一通话,没有错误,但是没有远程视频流 - Web RTC - One to One call,no error but, no remote video streaming 如何在flutter中更改agora rtc视频聊天布局? - How to change agora rtc video chat layout in flutter? Flutter: 任务 ':agora_rtc_engine:compileDebugKotlin' 执行失败 - Flutter: Execution failed for task ':agora_rtc_engine:compileDebugKotlin' 如何解决 Flutter Agora RTC 显示错误代码 110 - How to resolve Flutter Agora RTC showing error code 110 如何将 flutter Agora RTC Engine 视频聊天保存到本地存储? - How to save flutter Agora RTC Engine video chat to local storage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM