Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ sendSet
Method
sendSet
syncplay/protocols.py:220–221 ·
view source on GitHub ↗
(self, setting)
Source
from the content-addressed store, hash-verified
218
self.sendSet({
"features"
: features})
219
220
def
sendSet(self, setting):
221
self.sendMessage({
"Set"
: setting})
222
223
def
sendRoomSetting(self, roomName, password=None):
224
setting = {}
Callers
7
sendFeaturesUpdate
Method · 0.95
sendRoomSetting
Method · 0.95
sendFileSetting
Method · 0.95
requestControlledRoom
Method · 0.95
setReady
Method · 0.95
setPlaylist
Method · 0.95
setPlaylistIndex
Method · 0.95
Calls
1
sendMessage
Method · 0.80
Tested by
no test coverage detected