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 deprecated after iOS 7.0. is There another way to call another iOS device on the same network.
I found that this app https://itunes.apple.com/us/app/ip2pvoicechat-bluetooth-wifi/id908638157?mt=8 work calls the user on the same wifi network.
Thanks in advance.