(self)
| 1347 | self._controller = isController |
| 1348 | |
| 1349 | def isController(self): |
| 1350 | return self._controller |
| 1351 | |
| 1352 | def canControl(self): |
| 1353 | if self.isController() or not utils.RoomPasswordProvider.isControlledRoom(self.room): |
no outgoing calls
no test coverage detected