File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2718,7 +2718,7 @@ func (pc *PeerConnection) generateUnmatchedSDP(
2718
2718
if err != nil {
2719
2719
return nil , err
2720
2720
}
2721
- desc .Attributes = append (desc .Attributes , sdp.Attribute {Key : sdp .AttrKeyMsidSemantic , Value : "WMS*" })
2721
+ desc .Attributes = append (desc .Attributes , sdp.Attribute {Key : sdp .AttrKeyMsidSemantic , Value : "WMS *" })
2722
2722
2723
2723
iceParams , err := pc .iceGatherer .GetLocalParameters ()
2724
2724
if err != nil {
@@ -2811,7 +2811,7 @@ func (pc *PeerConnection) generateMatchedSDP(
2811
2811
if err != nil {
2812
2812
return nil , err
2813
2813
}
2814
- desc .Attributes = append (desc .Attributes , sdp.Attribute {Key : sdp .AttrKeyMsidSemantic , Value : "WMS*" })
2814
+ desc .Attributes = append (desc .Attributes , sdp.Attribute {Key : sdp .AttrKeyMsidSemantic , Value : "WMS *" })
2815
2815
2816
2816
iceParams , err := pc .iceGatherer .GetLocalParameters ()
2817
2817
if err != nil {
You can’t perform that action at this time.
0 commit comments