If I want to keep the confidentiality constraint, that the server can't take a peek into the encrypted WebRTC streams (which is the case with TURN, as answered here https://groups.google.com/d/msg/turn-server-project-rfc5766-turn-server/0CI4lwNwP4w/jzeC52di-7cJ),
It is possible to encrypt something in a way that multiple recipients can decrypt it (see e.g. http://stackoverflow.com/a/38853/291741), so from a purely theoretical standpoint, it could be done. But are there already any endeavors to make this practically usable?