Am I correct in assuming that no more than 8 peers can be connected and chatting in the same "room" with Apple's example code? https://developer.apple.com/library/ios/samplecode/MultipeerGroupChat/Introduction/Intro.html
This mentions the 8 maximum peer per session limit: https://developer.apple.com/library/ios/documentation/MultipeerConnectivity/Reference/MultipeerConnectivityFramework/MultipeerConnectivityFramework.pdf
If so, how can the code be modified to allow more than 8 peers in the same chat room?
Thanks for any guidance.