Type alias WebRTCStats

WebRTCStats: {
    id: string;
    type: string;
    [key: string]: any;
}[]

Type declaration

  • [key: string]: any
  • id: string
  • type: string

Generated using TypeDoc