Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
reset mediaengine
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed Apr 21, 2021
1 parent 09dd60d commit a978d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediaengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ func (m *MediaEngine) updateFromRemoteDescription(desc sdp.SessionDescription) e
switch {
case len(exactMatches) > 0:
m.pushCodecs(exactMatches, typ)
fallthrough // by zj: add exact and partial both
case len(partialMatches) > 0:
m.pushCodecs(partialMatches, typ)
default:
Expand Down

0 comments on commit a978d88

Please sign in to comment.