summarylogtreecommitdiffstats
path: root/SdpEndpoint.conf.json.patch
diff options
context:
space:
mode:
authorAlexander Susha2018-02-12 12:06:07 +0300
committerAlexander Susha2018-02-12 12:06:07 +0300
commitba4b563b4151179f857c928fa44b9e7a1bcb1fd6 (patch)
tree9c814d0b67ca4efab7308d87658f63bf20f7353c /SdpEndpoint.conf.json.patch
downloadaur-ba4b563b4151179f857c928fa44b9e7a1bcb1fd6.tar.gz
Initial commit
Diffstat (limited to 'SdpEndpoint.conf.json.patch')
-rw-r--r--SdpEndpoint.conf.json.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/SdpEndpoint.conf.json.patch b/SdpEndpoint.conf.json.patch
new file mode 100644
index 000000000000..b38b5f9e04aa
--- /dev/null
+++ b/SdpEndpoint.conf.json.patch
@@ -0,0 +1,29 @@
+--- 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"