This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -484,9 +484,10 @@ This a format for client reconnects.
484
484
object(SubscriptionControlInfo)::
485
485
{
486
486
id: string(SubscriptionId),
487
- operation: "update" | "pause" | "play",
487
+ operation: "update" | "pause" | "play" | "querybwe" ,
488
488
data: object(SubscriptionUpdate)/* If operation equals "update"* /
489
489
| ("audio" | "video" | "av")/* If operation equals "pause" or "play"* /
490
+ | undefined /* If operation equals "querybwe"* /
490
491
}
491
492
492
493
object(SubscriptionUpdate)::
@@ -506,7 +507,11 @@ This a format for client reconnects.
506
507
parameters: object(VideoParametersSpecification)/*If any video parameters are wanted to be re-specified*/
507
508
| undefined/*If the video parameters of the ongoing subscription are wanted to be kept*/
508
509
}
509
- ** ResponseData** : undefined if ** ResponseStatus** is “ok”.
510
+ ** ResponseData** : undefined or object(BWEResult) for "querybwe" if ** ResponseStatus** is “ok”.
511
+ object(BWEResult)::
512
+ {
513
+ estimatedBitrate: number(bps) /* Send side estimated bitrate if enabled* /
514
+ }
510
515
### 3.3.14 Participant Sends Session Signaling
511
516
** RequestName** : “soac”<br >
512
517
You can’t perform that action at this time.
0 commit comments