mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
ce8751185f
12 changed files with 240 additions and 169 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue