如何在通话开始时播放音频文件?

发布于 2024-12-06 05:19:14 字数 76 浏览 0 评论 0原文

我正在从我的应用程序发起语音呼叫。现在我希望当另一端的用户接听电话时,我想播放录制的音频文件。

这件事该怎么办呢?请帮忙!

I am initiating a voice call from my application. Now i want that when the user on the other side picks up the call, i want to play a recorded audio file.

How to go about this? Please help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

跨年 2024-12-13 05:19:14

我已经找到了解决方法。当电话状态更改为 TelephonyManager.CALL_STATE_OFFHOOK 时,我会在设备扬声器上以全声音播放音频文件,

这可确保另一端的用户可以听到录音。

I have found a workaround with this. I play an audio file on device's speakers with full sound when the phone state changes to TelephonyManager.CALL_STATE_OFFHOOK

This ensures that the user on the other side can hear the recording.

温柔女人霸气范 2024-12-13 05:19:14

简而言之,您无法在来电中传输任何声音

In simple and clear words you cant stream any sound on an Incoming call

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文