浏览代码

Added useTurnUdp option to API documentation (#1448)

* Added useTurnUdp option to API documentation

* Fixed typo
dev1
Greg ORIOL 4 年前
父节点
当前提交
6551840eee
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      doc/API.md

+ 2
- 1
doc/API.md 查看文件

48
     - `callStatsCustomScriptUrl` - (optional) custom url to access callstats client script
48
     - `callStatsCustomScriptUrl` - (optional) custom url to access callstats client script
49
     - `disableRtx` - (optional) boolean property (default to false).  Enables/disable the use of RTX.
49
     - `disableRtx` - (optional) boolean property (default to false).  Enables/disable the use of RTX.
50
     - `disabledCodec` - the mime type of the code that should not be negotiated on the peerconnection.
50
     - `disabledCodec` - the mime type of the code that should not be negotiated on the peerconnection.
51
-    - `preferredCodec` the mime type of the codec that needs to be made the preferred codec for the connection.
51
+    - `preferredCodec` - the mime type of the codec that needs to be made the preferred codec for the connection.
52
+    - `useTurnUdp` - boolean property (default false). Enables use of turn over udp for jvb. It is disabled because not very useful (if the client can use udp, it likely can connect to jvb directly over udp too; but it can be useful to still enable udp turn when an udp turn is known to be whitelisted on a network)
52
     - `disableH264` - __DEPRECATED__. Use `disabledCodec` instead.
53
     - `disableH264` - __DEPRECATED__. Use `disabledCodec` instead.
53
     - `preferH264` - __DEPRECATED__. Use `preferredCodec` instead.
54
     - `preferH264` - __DEPRECATED__. Use `preferredCodec` instead.
54
 
55
 

正在加载...
取消
保存