1
0
Fork 0
forked from External/mediamtx

webrtc: allow using special characters in ICE server credentials (#1953) (#2000)

This commit is contained in:
Alessandro Ros 2023-06-30 16:47:10 +02:00 committed by GitHub
parent 418f4a90b5
commit 1a748bb971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 237 additions and 131 deletions

View file

@ -149,10 +149,17 @@ components:
type: array
items:
type: string
webrtcICEServers:
webrtcICEServers2:
type: array
items:
type: string
type: object
properties:
url:
type: string
username:
type: string
password:
type: string
webrtcICEHostNAT1To1IPs:
type: array
items: