Commit 9b6ebba6 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in PCMA content-type.

parent 7ae11a8e
......@@ -332,7 +332,7 @@ func codecsFromName(name string) ([]webrtc.RTPCodecParameters, error) {
case "pcma":
codecs = []webrtc.RTPCodecCapability{
{
"audio/PCMU", 8000, 1,
"audio/PCMA", 8000, 1,
"",
AudioRTCPFeedback,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment