File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20174,7 +20174,7 @@ type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
20174
20174
type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
20175
20175
type RTCStatsIceCandidatePairState = "cancelled" | "failed" | "frozen" | "inprogress" | "succeeded" | "waiting";
20176
20176
type RTCStatsIceCandidateType = "host" | "peerreflexive" | "relayed" | "serverreflexive";
20177
- type RTCStatsType = "candidatepair " | "datachannel " | "inboundrtp " | "localcandidate " | "outboundrtp " | "remotecandidate " | "session" | "track" | "transport";
20177
+ type RTCStatsType = "candidate-pair " | "data-channel " | "inbound-rtp " | "local-candidate " | "outbound-rtp " | "remote-candidate " | "session" | "track" | "transport";
20178
20178
type ReadyState = "closed" | "ended" | "open";
20179
20179
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
20180
20180
type RequestCache = "default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload";
Original file line number Diff line number Diff line change 9907
9907
"RTCStatsType": {
9908
9908
"specs": "ortc",
9909
9909
"value": [
9910
- "inboundrtp ",
9911
- "outboundrtp ",
9910
+ "inbound-rtp ",
9911
+ "outbound-rtp ",
9912
9912
"session",
9913
- "datachannel ",
9913
+ "data-channel ",
9914
9914
"track",
9915
9915
"transport",
9916
- "candidatepair ",
9917
- "localcandidate ",
9918
- "remotecandidate "
9916
+ "candidate-pair ",
9917
+ "local-candidate ",
9918
+ "remote-candidate "
9919
9919
],
9920
9920
"name": "RTCStatsType"
9921
9921
},
You can’t perform that action at this time.
0 commit comments