mirror of
https://github.com/pion/webrtc.git
synced 2025-10-30 10:16:36 +08:00
15 lines
295 B
Go
15 lines
295 B
Go
package webrtc
|
|
|
|
// RTCRtpReceiver allows an application to inspect the receipt of a RTCTrack
|
|
type RTCRtpReceiver struct {
|
|
Track *RTCTrack
|
|
// receiverTrack *RTCTrack
|
|
// receiverTransport
|
|
// receiverRtcpTransport
|
|
}
|
|
|
|
// TODO: receiving side
|
|
// func newRTCRtpReceiver(kind, id string) {
|
|
//
|
|
// }
|