Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous typos #183

Closed
aboba opened this issue Mar 19, 2015 · 0 comments
Closed

Miscellaneous typos #183

aboba opened this issue Mar 19, 2015 · 0 comments

Comments

@aboba
Copy link
Contributor

aboba commented Mar 19, 2015

Section 2.3

[Constructor(RTCIceTransport transport)]
interface RTCDtlsTransport : RTCStatsProvider {
readonly attribute RTCIceTransport transport;
readonly attribute RTCDtlsTransportState state;
RTCDtlsParameters getLocalParameters ();
RTCDtlsParameters? getRemoteParameters ();
sequence getRemoteCertificates ();
void start (RTCDtlsParameters remoteParameters);
attribute EventHandler? onerror;
};

[BA] The stop() method and ondtlsstatechange event handlers are missing. What happened to them?

Section 5.3

interface RTCIceGatherer {
};

[BA] Since RTCIceGatherer provides statistics, this should be:
interface RTCIceGatherer : RTCStatsProvider {
};

Section 13

The Statistics API enables retrieval of statistics relating to RTCRtpSender, RTCRtpReceiver, RTCDtlsTransport, RTCIceTransport and RTCSctpTransport objects.

[BA] RTCIceGatherer should also be listed as an object providing statistics.

Section 13.3.2

localcandidate
ICE local candidates, related to the RTCIceTransport objects. It is accessed via the RTCIceCandidateAttributes defined in [WEBRTC-STATS] Section 5.8.

[BA] Actually, ICE local candidates are related to the RTCIceGatherer objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant