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

RTCStatsReport - make this the center of statistics docs #27028

Merged
merged 29 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2d3a9ed
Add RTCStatsReport - docs where this is the centre
hamishwillee May 29, 2023
a553a3c
minor mods
hamishwillee May 30, 2023
dfbc868
Move the WebRTC Statistics API doc to Analyzing WebRTC statistics and…
hamishwillee May 30, 2023
eeb1e67
Group data - remove undocumented/invalid WebRTC dictionaries and add …
hamishwillee May 30, 2023
2c932c0
RTCIceCandidatePairStats - remove RTCStats links (and other easy chan…
hamishwillee May 30, 2023
2c1d501
Analyzing WebRTC Stats: remove RTCStats links
hamishwillee May 30, 2023
ac86cd0
RTCIceCandidateStats - remove RTCStats links (and other minimal changes)
hamishwillee May 30, 2023
a688a47
RTCIceCandidatePairStats - consistency fixes
hamishwillee May 30, 2023
ef0e143
RTCInboundRtpStreamStats - remove RTCStats links (and other minimal c…
hamishwillee May 30, 2023
ad58980
RTCOutboundRtpStreamStats - remove RTCStats links (and other minimal …
hamishwillee May 30, 2023
5b3a5f9
RTCRemoteOutboundRtpStreamStats - remove RTCStats links (and other mi…
hamishwillee May 30, 2023
c83f08b
Remove remaining mentions of RTCStats
hamishwillee May 30, 2023
557ee35
Remove the RTCStats dictionary
hamishwillee May 30, 2023
a6fed9d
RTCInboundRtpStreamStats - add top level placeholders for stuff inher…
hamishwillee May 30, 2023
9f7abfe
RTCInboundRtpStreamStats - improve heading for RTCReceivedRtpStreamStats
hamishwillee May 30, 2023
59d00ee
RTCIceCandidatePairStats - add the boilerplate-sh RTCStats id, timest…
hamishwillee May 30, 2023
2bbf53e
Add boilerplate id, timestamp, type for existing dictionaries
hamishwillee May 30, 2023
e9d84aa
Apply easy suggestons from code review
hamishwillee Jun 2, 2023
d045cee
Update files/jsondata/GroupData.json
hamishwillee Jun 5, 2023
da305dd
Remove the analyzing doc - redundant
hamishwillee Jun 5, 2023
a9b2a24
Apply suggestions from code review
hamishwillee Jun 5, 2023
6fe1b07
Remove invalid example
hamishwillee Jun 5, 2023
fbcc2a7
Apply suggestions from code review
hamishwillee Jun 5, 2023
0d0d7a6
RTCIceCandidateStats.candidateType - not optional
hamishwillee Jun 5, 2023
99fca26
Fix maplike methods to use preexisting peerconnection
hamishwillee Jun 5, 2023
8bdabff
RTCStatsReport.size - improve text
hamishwillee Jun 5, 2023
bb97845
RTCStatsReport - section on the common instance variables
hamishwillee Jun 5, 2023
0cc0528
Fix lint errors
hamishwillee Jun 5, 2023
df6604e
lint fix
hamishwillee Jun 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10027,6 +10027,7 @@
/en-US/docs/Web/API/WebRTC_API/Taking_still_photos /en-US/docs/Web/API/Media_Capture_and_Streams_API/Taking_still_photos
/en-US/docs/Web/API/WebRTC_API/WebRTC_basics /en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling
/en-US/docs/Web/API/WebRTC_API/adapter.js /en-US/docs/Web/API/WebRTC_API#interoperability
/en-US/docs/Web/API/WebRTC_Statistics_API /en-US/docs/Web/API/Analyzing_WebRTC_statistics
/en-US/docs/Web/API/WebSocket/onclose /en-US/docs/Web/API/WebSocket/close_event
/en-US/docs/Web/API/WebSocket/onerror /en-US/docs/Web/API/WebSocket/error_event
/en-US/docs/Web/API/WebSocket/onmessage /en-US/docs/Web/API/WebSocket/message_event
Expand Down
Loading