mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* WIP commit * SubscribedQualityUpdate message to send list of currently subscribed qualities for a simulcast video publisher * Correct subscriberID * goimports * Do quality update on add/remove of subscribed track * do not update quality when admin mute is active * update quality on admin unmute * Update protocol version * Simplify max subscribed quality loop per David's suggestion
10 lines
143 B
Go
10 lines
143 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/google/wire/cmd/wire"
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
)
|