MCPcopy
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

19const CurrentProtocol = 17
20
21func (v ProtocolVersion) SupportsPackedStreamId() bool {
22 return v > 0
23}
24
25func (v ProtocolVersion) SupportsProtobuf() bool {
26 return v > 0

Callers 1

AddSubscriberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected