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

Method sendControlledRoomAuthStatus

syncplay/server.py:796–797  ·  view source on GitHub ↗
(self, success, username, room)

Source from the content-addressed store, hash-verified

794 self._connector.sendNewControlledRoom(roomBaseName, password)
795
796 def sendControlledRoomAuthStatus(self, success, username, room):
797 self._connector.sendControlledRoomAuthStatus(success, username, room)
798
799 def sendChatMessage(self, message, skipIfSupportsFeature=None):
800 if self._connector.meetsMinVersion(constants.CHAT_MIN_VERSION):

Callers 2

setWatcherRoomMethod · 0.45
authRoomControllerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected