Merge pull request #195 from danxuliu/send-updated-offers-to-subscribers-after-publisher-renegotiations

Send updated offers to subscribers after publisher renegotiations
This commit is contained in:
Joachim Bauch
2022-02-25 09:16:10 +01:00
committed by GitHub
7 changed files with 76 additions and 1 deletions
+2
View File
@@ -335,6 +335,7 @@ const (
// Features for all clients.
ServerFeatureMcu = "mcu"
ServerFeatureSimulcast = "simulcast"
ServerFeatureUpdateSdp = "update-sdp"
ServerFeatureAudioVideoPermissions = "audio-video-permissions"
ServerFeatureTransientData = "transient-data"
@@ -648,6 +649,7 @@ type AnswerOfferMessage struct {
Type string `json:"type"`
RoomType string `json:"roomType"`
Payload map[string]interface{} `json:"payload"`
Update bool `json:"update,omitempty"`
}
// Type "transient"