differ between webrtc-instance-pattern and webrtc-rooms generated from that

This commit is contained in:
B. Petersen
2020-07-23 11:52:02 +02:00
parent 74fbd4fd16
commit 04c90e2d87
6 changed files with 10 additions and 10 deletions

View File

@@ -881,10 +881,10 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
"videochat-invitation".into(),
));
protected_headers.push(Header::new(
"Chat-Webrtc-Instance".into(),
"Chat-Webrtc-Room".into(),
self.msg
.param
.get(Param::WebrtcInstance)
.get(Param::WebrtcRoom)
.unwrap_or_default()
.into(),
));