OptimalVideoCountCallFeature interface
Feature for Optimal Video count
- Extends
Properties
optimal |
Get the optimal number of incoming video streams |
Inherited Properties
name | The feature name. |
Methods
off("optimal |
Unsubscribe function for optimal video count changed event. |
on("optimal |
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
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 CallFeature.dispose