Peer to Peer Voice chat between via bluetooth or in a local WiFi network in iOS
问题 I want to implement the voice chat between two iOS devices without using WiFi or cellular network within the range of Bluetooth. I have done the text chat within Bluetooth range using multipeer connectivity framework, But I also want to do voice chat like text chat within the Bluetooth range. I found that we can implement the voice chat using GameKit but I have not found any reference of tutorial yet, How to Implement voice chat. UPDATE: I found that the GameKit VoiceChatService has been