Voice over bluetooth in iOS
问题 I am doing research over four days, But I am not found any solution for calling over Bluetooth between two iOS devices within a distance. I found that audio streaming is possible between two iOS devices using multipeer connectivity framework but this is not helpful for me. I want real time voice chat between two devices over Bluetooth. Is there any CO-DAC for voice over Bluetooth? My code is: var engine = AVAudioEngine() var file: AVAudioFile? var player = AVAudioPlayerNode() var input