openRtpServer接口新增re_use_port参数

This commit is contained in:
xiongziliang
2022-04-09 10:26:15 +08:00
parent 6073175e75
commit a6e82799f5
6 changed files with 18 additions and 16 deletions

View File

@@ -1289,6 +1289,11 @@
"key": "stream_id",
"value": "test",
"description": "该端口绑定的流id\n"
},
{
"key": "re_use_port",
"value": "0",
"description": "是否重用端口默认为0非必选参数"
}
]
}