MCPcopy
hub / github.com/livekit/livekit / Empty

Method Empty

pkg/sfu/streamallocator/streamstateupdate.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (s *StreamStateUpdate) Empty() bool {
82 return len(s.StreamStates) == 0
83}
84
85// ------------------------------------------------

Calls

no outgoing calls