add whepHandshakeTimeout, whepTrackGatherTimeout, whepSTUNGatherTimeout
This commit is contained in:
+10
-2
@@ -339,12 +339,12 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/WebRTCICEServer'
|
||||
webrtcSTUNGatherTimeout:
|
||||
type: string
|
||||
webrtcHandshakeTimeout:
|
||||
type: string
|
||||
webrtcTrackGatherTimeout:
|
||||
type: string
|
||||
webrtcSTUNGatherTimeout:
|
||||
type: string
|
||||
|
||||
# SRT server
|
||||
srt:
|
||||
@@ -430,6 +430,14 @@ components:
|
||||
rtpSDP:
|
||||
type: string
|
||||
|
||||
# WHEP source
|
||||
whepSTUNGatherTimeout:
|
||||
type: string
|
||||
whepHandshakeTimeout:
|
||||
type: string
|
||||
whepTrackGatherTimeout:
|
||||
type: string
|
||||
|
||||
# Redirect source
|
||||
sourceRedirect:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user