sdp icon indicating copy to clipboard operation
sdp copied to clipboard

A Go implementation of the SDP

Results 9 sdp issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.13` -> `1.19` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | minor | `v1.7.1` -> `v1.8.1` | ---...

## Summary I need to get the fingerprint of a given sessions description. ## Motivation I authorize clients based on their fingerprints - I need a way to get the...

## Summary Add a variant of `Unmarshal()` that doesn't return an error if an attribute or value is unknown. ## Motivation Some custom implementations might want to use their own...

@backkem do you remember the intent of this comment?

`unmarshalOrigin` doesn't properly validate yet.

Current implementation: ``` SessionVersion: uint64(time.Now().Unix()), ``` Spec: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-26#section-5.2.2 > ``` > 5.2.2. Subsequent Offers > ... > o The fields of the "o=" line MUST stay the same except for...

The fuzzer returned this test case. Not sure if it's a bug or not, but it's a case where `Unmarshal(x).Marshal() != x` Unmarshaling this SDP: ``` v=0 o=0 0 0...