mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
7 lines
117 B
Go
7 lines
117 B
Go
package webrtc
|
|
|
|
// RTCPParameters provides information on RTCP settings.
|
|
type RTCPParameters struct {
|
|
SSRC uint32
|
|
}
|