Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-10-21 11:22:34 +08:00
commit ce8751185f
12 changed files with 240 additions and 169 deletions

View file

@ -9,14 +9,14 @@
*/
enum RTCStatsType {
"inboundrtp",
"outboundrtp",
"inbound-rtp",
"outbound-rtp",
"session",
"track",
"transport",
"candidatepair",
"localcandidate",
"remotecandidate"
"candidate-pair",
"local-candidate",
"remote-candidate"
};
dictionary RTCStats {