Files
webrtc/rtcrtpreceiver.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) {
//
// }