tonyd256/TDAudioStreamer

stream to multiple users

kokagaki opened this issue · 0 comments

is there a way to pass an array of "[self.session connectedPeers]" into the stream method to achieve simultaneous audio streams to multiple listeners?

Alternatively, is there a way to change the structure of the project to sendData message (which can/supposed to broadcast to connectedPeers) instead of stream?

Thanks!