OptimalVideoCountCallFeature interface

Feature for Optimal Video count

Extends

Properties

optimalVideoCount

Get the optimal number of incoming video streams

Inherited Properties

name

The feature name.

Methods

off("optimalVideoCountChanged", PropertyChangedEvent)

Unsubscribe function for optimal video count changed event.

on("optimalVideoCountChanged", PropertyChangedEvent)

Subscribe function for optimal video count event.

Inherited Methods

dispose()

Property Details

optimalVideoCount

Get the optimal number of incoming video streams

public optimalVideoCount: number

Property Value

number

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From BaseFeature.name

Method Details

off("optimalVideoCountChanged", PropertyChangedEvent)

Unsubscribe function for optimal video count changed event.

function off(event: "optimalVideoCountChanged", listener: PropertyChangedEvent)

Parameters

event

"optimalVideoCountChanged"

event name.

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event.

on("optimalVideoCountChanged", PropertyChangedEvent)

Subscribe function for optimal video count event.

function on(event: "optimalVideoCountChanged", listener: PropertyChangedEvent)

Parameters

event

"optimalVideoCountChanged"

event name.

listener
PropertyChangedEvent

callback fn that will be called when value of this property will change.

Inherited Method Details

dispose()

function dispose()

Inherited From Disposable.dispose