Anybody got a handle on the new Channel API? The Android site says it can be used to send music files, for example. However, the docs for the Channel object say that receiveFile and sendFile should only be used once on any channel. The only example using channel I can find is here on StackOverflow to send a single file. How can Channel send many files? Does an app create many channels? Is the developer supposed to combine the files into one?
Any insight would be most welcome. Is there any reason to update code that uses assets to use channels instead?