Property signature MediaStatsConfiguration.allowlist

A map of allow listed sections. The key is the section type, and the value is the keys that are allow listed for that section. Fields can be found in RTCStatsReport

Signature

allowlist: Map<string, {key: string[]}>;

Details

Type Map<string, {key: string[]}>
Optional No
Readonly No