mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 19:44:01 +08:00
Refactor exported SCTP symbols to unexported
This commit is contained in:
committed by
Sean DuBois
parent
bd9a6f6ca1
commit
f5228fc930
@@ -112,6 +112,7 @@ func (s *SessionDescription) Unmarshal(raw string) error {
|
||||
return s.unmarshalOptionalAttributes(scanner)
|
||||
}
|
||||
|
||||
// nolint: gocyclo
|
||||
func (s *SessionDescription) unmarshalOptionalAttributes(scanner *bufio.Scanner) error {
|
||||
orderedSessionAttributes := []*attributeStatus{
|
||||
{value: "v"},
|
||||
|
||||
Reference in New Issue
Block a user