I work in an application where I need to implement simple voice functions between two iOS devices on the same network.
My doubt is how to get audio devices from the host device and send via Wi-Fi or bluetooth directly to the slave device in real time.
Some things about network communication that I have done, I can transfer any NSData between devices using TCP.
It is very important not to use the GK structure, because I need to connect two clients without notice. For example, when I use GK to connect two devices, iOS displays a warning with a connection request, I need to avoid this connection request.
Currently, I can do this with video, easier than audio. Any ideas on implementing this are welcome.
Thanks.
Jan CΓ‘ssio
source share