fix: add PCMU to StreamType() mapping
This commit is contained in:
@@ -175,6 +175,8 @@ func StreamType(codec *core.Codec) uint8 {
|
|||||||
return StreamTypeAAC
|
return StreamTypeAAC
|
||||||
case core.CodecPCMA:
|
case core.CodecPCMA:
|
||||||
return StreamTypePCMATapo
|
return StreamTypePCMATapo
|
||||||
|
case core.CodecPCMU:
|
||||||
|
return StreamTypePCMUTapo
|
||||||
case core.CodecOpus:
|
case core.CodecOpus:
|
||||||
return StreamTypePrivateOPUS
|
return StreamTypePrivateOPUS
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user