MediaStatsCallFeature interface

Feature for getting media stats while in a call.

Extends

Inherited Properties

name

The feature name.

Methods

createCollector(MediaStatsCollectorOptions)

Create media stats collector.

Inherited Methods

dispose()

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallFeature.name

Method Details

createCollector(MediaStatsCollectorOptions)

Create media stats collector.

function createCollector(options?: MediaStatsCollectorOptions): MediaStatsCollector

Parameters

options
MediaStatsCollectorOptions

Optional options to define aggregation interval and size of each aggregated metric.

Returns

MediaStatsCollector object.

Inherited Method Details

dispose()

function dispose()

Inherited From CallFeature.dispose