MCPcopy Create free account
hub / github.com/Syncplay/syncplay / sendRoom

Method sendRoom

syncplay/client.py:762–767  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

760 self.resetAutoPlayState()
761
762 def sendRoom(self):
763 room = self.userlist.currentUser.room
764 if self._protocol and self._protocol.logged and room:
765 self._protocol.sendRoomSetting(room)
766 self.getUserList()
767 self.reIdentifyAsController()
768
769 def reIdentifyAsController(self):
770 self.setRoom(self.userlist.currentUser.room)

Callers 3

controlledRoomCreatedMethod · 0.95
executeCommandMethod · 0.80
joinRoomMethod · 0.80

Calls 3

getUserListMethod · 0.95
sendRoomSettingMethod · 0.80

Tested by

no test coverage detected