Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Improbable-AI/VisionProTeleop
/ _on_open
Method
_on_open
avp_stream/streamer.py:1322–1323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1320
1321
@channel.on(
"open"
)
1322
def
_on_open():
1323
self._log(
"[WEBRTC] Hand data channel opened"
, force=True)
1324
1325
@channel.on(
"close"
)
1326
def
_on_close():
Callers
nothing calls this directly
Calls
2
_log
Method · 0.95
start
Method · 0.45
Tested by
no test coverage detected