MCPcopy Index your code
hub / github.com/livekit/livekit / NotifyRead

Method NotifyRead

pkg/sfu/buffer/buffer_base.go:694–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692}
693
694func (b *BufferBase) NotifyRead() {
695 b.readCond.Broadcast()
696}
697
698func (b *BufferBase) HandleIncomingPacket(
699 rawPkt []byte,

Callers 1

WriteMethod · 0.80

Calls 1

BroadcastMethod · 0.80

Tested by

no test coverage detected