(ti *livekit.TrackInfo)
| 194 | } |
| 195 | |
| 196 | func IsRedEnabled(ti *livekit.TrackInfo) bool { |
| 197 | if len(ti.Codecs) != 0 && ti.Codecs[0].MimeType != "" { |
| 198 | return mime.IsMimeTypeStringRED(ti.Codecs[0].MimeType) |
| 199 | } |
| 200 | |
| 201 | return !ti.GetDisableRed() |
| 202 | } |
no outgoing calls
no test coverage detected