Add Simulcast support

Resolves #1016
This commit is contained in:
Jason
2020-07-23 02:25:15 -07:00
committed by Sean DuBois
parent 570ddd0b1c
commit 6ee528d349
10 changed files with 408 additions and 138 deletions

View File

@@ -4,6 +4,7 @@ package webrtc
// This is a subset of the RFC since Pion WebRTC doesn't implement encoding/decoding itself
// http://draft.ortc.org/#dom-rtcrtpcodingparameters
type RTPCodingParameters struct {
RID string `json:"rid"`
SSRC uint32 `json:"ssrc"`
PayloadType uint8 `json:"payloadType"`
}