New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 701330 link

Starred by 15 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug


Sign in to add a comment

Complete RTCRtpReceiver in JavaScript

Project Member Reported by hbos@chromium.org, Mar 14 2017

Issue description

Comment 1 by hbos@chromium.org, Mar 14 2017

Chrome tracking feature: https://www.chromestatus.com/feature/5347809238712320

Comment 2 by hbos@chromium.org, Mar 20 2017

Blockedon: 703122

Comment 3 by hbos@chromium.org, Mar 28 2017

Blockedon: 705901

Comment 4 by hbos@chromium.org, Mar 28 2017

Blockedon: 705993

Comment 5 by hbos@chromium.org, Apr 12 2017

Status: Started (was: Assigned)
This has been exposed now, see https://bugs.chromium.org/p/chromium/issues/detail?id=703122:

interface RTCRtpReceiver {
    readonly attribute MediaStreamTrack track;
    sequence<RTCRtpContributingSource> getContributingSources();
};

interface RTCRtpContributingSource {
    readonly attribute DOMHighResTimeStamp timestamp;
    readonly attribute unsigned long       source;
};

This bug is to implement the rest of RTCRtpReceiver.
Labels: -M-59 M-60
Bumping to M60. Please correct if that's wrong.
*holler* this is in M59.

Comment 8 by hbos@chromium.org, Apr 25 2017

Summary: Complete RTCRtpReceiver in JavaScript (was: Expose RTCRtpReceiver in JavaScript)
Updated summary to reflect that this bug tracks more than just what was exposed in M59.

Comment 9 by hbos@chromium.org, Jun 12 2017

If a remote track is removed we need the track.onended to fire? See https://github.com/w3c/webrtc-pc/issues/1182#issuecomment-304165072 and referenced discussions.
Blockedon: 893158 893159
Labels: -M-60
Blockedon: -893159
Labels: -Pri-3 M-73 Pri-2
Components: -Blink>WebRTC>Network Blink>WebRTC>PeerConnection
Blockedon: 907849

Sign in to add a comment