Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我们使用pjsip2从共享服务器接收流式音频。
该应用程序旨在仅接收流式音频,而不是录制。然而,即使我们在输出代码中禁用了麦克风,我们仍然会在应用程序在后台录制时收到通知(顶部栏闪烁红色并显示文本:“(录制)”)。
当我们的应用程序在后台运行时,如何禁用录制通知?
从 UIBackgroundModes 的 info plist 中删除音频选项
例子:
<key>UIBackgroundModes</key> <string>voip</string>