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.
我正在使用 Cordova 为移动设备实施 WebRTC 项目,因为我希望在移动设备的听筒而不是扬声器中播放音频。
是否有任何 API/方式可以在听筒中播放音频,
我将 cordova-plugin-iosrtc 用于 iOS 应用程序和用于 android 的人行横道。
谢谢,神道
您可以尝试:
cordova.plugins.iosrtc.selectAudioOutput('earpiece');
在这里您可以找到iosrtc 文档