Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ SupportsPackedStreamId
Method
SupportsPackedStreamId
pkg/rtc/types/protocol_version.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
const
CurrentProtocol = 17
20
21
func
(v ProtocolVersion) SupportsPackedStreamId() bool {
22
return
v > 0
23
}
24
25
func
(v ProtocolVersion) SupportsProtobuf() bool {
26
return
v > 0
Callers
1
AddSubscriber
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected