--- src/server/config/SdpEndpoint.conf.json 2018-02-06 09:25:02.084944462 +0300 +++ src/server/config/SdpEndpoint.conf.json 2018-02-06 10:49:32.698457149 +0300 @@ -3,16 +3,16 @@ "numVideoMedias" : 1, "audioCodecs" : [ { - "name" : "opus/48000/2" -// Next is an example about how a codec can be configured. -// WARNING: Usage of properties is not yet supported -// "properties" : { -// "maxcodedaudiobandwidth" : "16000", -// "maxaveragebitrate" : "20000", -// "stereo": "1", -// "useinbandfec" : "1", -// "usedtx" : "0" -// } + "name" : "opus/48000/2", +"_comment01": "// Next is an example about how a codec can be configured.", +"_comment02": "// WARNING: Usage of properties is not yet supported", +"_comment03": "// \"properties\" : {", +"_comment04": "// \"maxcodedaudiobandwidth\" : \"16000\",", +"_comment05": "// \"maxaveragebitrate\" : \"20000\",", +"_comment06": "// \"stereo\": \"1\",", +"_comment07": "// \"useinbandfec\" : \"1\",", +"_comment08": "// \"usedtx\" : \"0\"", +"_comment09": "// }" }, { "name" : "PCMU/8000"