forked from External/mediamtx
Add option for ICE servers to be client only (#3164)
* Add option for ICE servers to be client only * add clientOnly to configuration file and API docs --------- Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
60e7d77e41
commit
87c0535823
8 changed files with 80 additions and 27 deletions
|
|
@ -190,6 +190,8 @@ components:
|
|||
type: string
|
||||
password:
|
||||
type: string
|
||||
clientOnly:
|
||||
type: boolean
|
||||
|
||||
# SRT server
|
||||
srt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue