MCPcopy Create free account
hub / github.com/livekit/livekit / GetMaxPublishedLayer

Method GetMaxPublishedLayer

pkg/sfu/streamtrackermanager.go:465–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463}
464
465func (s *StreamTrackerManager) GetMaxPublishedLayer() int32 {
466 s.lock.RLock()
467 defer s.lock.RUnlock()
468
469 return s.maxPublishedLayer
470}
471
472func (s *StreamTrackerManager) GetLayeredBitrate() ([]int32, Bitrates) {
473 s.lock.RLock()

Callers 1

AddDownTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected