Clients can provide the maximum publishing bandwidth in offer requests.

This will still be capped to any backend / proxy / Janus limits.
This commit is contained in:
Joachim Bauch
2022-01-10 15:14:56 +01:00
parent 414f78dd87
commit ffd8a30f61
4 changed files with 206 additions and 3 deletions
+1
View File
@@ -411,6 +411,7 @@ type MessageClientMessageData struct {
Type string `json:"type"`
Sid string `json:"sid"`
RoomType string `json:"roomType"`
Bitrate int `json:"bitrate,omitempty"`
Payload map[string]interface{} `json:"payload"`
}