fix: add PCMU to StreamType() mapping

This commit is contained in:
Luan Freitas
2026-03-16 20:23:01 -03:00
parent 31c19a0e7d
commit d9af354de8
+2
View File
@@ -175,6 +175,8 @@ func StreamType(codec *core.Codec) uint8 {
return StreamTypeAAC
case core.CodecPCMA:
return StreamTypePCMATapo
case core.CodecPCMU:
return StreamTypePCMUTapo
case core.CodecOpus:
return StreamTypePrivateOPUS
}