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

Method sendNewControlledRoom

syncplay/protocols.py:601–607  ·  view source on GitHub ↗
(self, roomName, password)

Source from the content-addressed store, hash-verified

599 self.sendMessage({"Set": setting})
600
601 def sendNewControlledRoom(self, roomName, password):
602 self.sendSet({
603 "newControlledRoom": {
604 "password": password,
605 "roomName": roomName
606 }
607 })
608
609 def sendControlledRoomAuthStatus(self, success, username, roomname):
610 self.sendSet({

Callers

nothing calls this directly

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected