MediaStatsCallFeature interface
Feature for getting media stats while in a call.
- Extends
Inherited Properties
name | The feature name. |
Methods
create |
Create media stats collector. |
Inherited Methods
dispose() |
Inherited Property Details
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