Return an iterable with the active namespace names.
(self)
| 28 | pass |
| 29 | |
| 30 | def get_namespaces(self): |
| 31 | """Return an iterable with the active namespace names.""" |
| 32 | return self.rooms.keys() |
| 33 | |
| 34 | def get_participants(self, namespace, room): |
| 35 | """Return an iterable with the active participants in a room. |
no outgoing calls