mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
7 lines
162 B
Go
7 lines
162 B
Go
|
package webrtc
|
||
|
|
||
|
// RTPReceiveParameters contains the RTP stack settings used by receivers
|
||
|
type RTPReceiveParameters struct {
|
||
|
Encodings []RTPDecodingParameters
|
||
|
}
|