fix: add PCMU to StreamType() mapping
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user