MCPcopy
hub / github.com/livekit/livekit / SupportsAudioRED

Method SupportsAudioRED

pkg/rtc/clientinfo.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (c ClientInfo) SupportsAudioRED() bool {
54 return !c.isFirefox() && !c.isSafari()
55}
56
57func (c ClientInfo) SupportsPrflxOverRelay() bool {
58 return !c.isFirefox()

Callers 2

AddTrackMethod · 0.80

Calls 2

isFirefoxMethod · 0.95
isSafariMethod · 0.95

Tested by

no test coverage detected