Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(c ClientInfo) SupportsAudioRED() bool {
54
return
!c.isFirefox() && !c.isSafari()
55
}
56
57
func
(c ClientInfo) SupportsPrflxOverRelay() bool {
58
return
!c.isFirefox()
Callers
2
AddTrack
Method · 0.80
AddTransceiverFromTrack
Method · 0.80
Calls
2
isFirefox
Method · 0.95
isSafari
Method · 0.95
Tested by
no test coverage detected