default behaviour for SDP parser
This commit is contained in:
parent
420338e0cc
commit
2f1e328215
@ -110,7 +110,10 @@ func Parse(content string) (sess Session, medias []Media) {
|
||||
}
|
||||
}
|
||||
|
||||
default:
|
||||
media = nil
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user