ios 响铃期间录音
任何想法是否以及如何实现以下要求:
每个来电,在所有情况下(呼叫接受/拒绝/挂起等) - 我想在响铃会话期间打开麦克风并录制到文件(最多 30 秒) 。
如果接受呼叫 - 应用程序不得记录呼叫以防万一。
谢谢。
Any Idea if and how to achieve the following requirement:
per incoming call, in all scenarios (call accept/ reject / hanging etc) - I would like to open the mic and record to a file during the ringing session (up to 30 sec).
in case of call accept - application must not record the call in case.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,这是不可能的,一旦电话响起,iOS 就会取消您的音频会话,而您对此无能为力。
AFAIK it's not possible to do this, iOS takes away the audio session from you as soon as the phone is ringing and there's nothing you can do about it.