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

Method requestControlledRoom

syncplay/protocols.py:320–326  ·  view source on GitHub ↗
(self, room, password)

Source from the content-addressed store, hash-verified

318 self.sendMessage({"State": state})
319
320 def requestControlledRoom(self, room, password):
321 self.sendSet({
322 "controllerAuth": {
323 "room": room,
324 "password": password
325 }
326 })
327
328 def handleChat(self, message):
329 username = message['username']

Callers 3

createControlledRoomMethod · 0.80
controlledRoomCreatedMethod · 0.80
identifyAsControllerMethod · 0.80

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected