共用方式為


OptimalVideoCountCallFeature interface

最佳視訊計數的功能

Extends

屬性

optimalVideoCount

取得傳入視訊串流的最佳數目

繼承的屬性

name

功能名稱。

方法

off("optimalVideoCountChanged", PropertyChangedEvent)

取消訂閱函式,以取得最佳視訊計數已變更事件。

on("optimalVideoCountChanged", PropertyChangedEvent)

訂閱函式,以獲得最佳視訊計數事件。

繼承的方法

dispose()

屬性詳細資料

optimalVideoCount

取得傳入視訊串流的最佳數目

public optimalVideoCount: number

屬性值

number

繼承的屬性詳細資料

name

功能名稱。

name: string

屬性值

string

繼承自CallFeature.name

方法詳細資料

off("optimalVideoCountChanged", PropertyChangedEvent)

取消訂閱函式,以取得最佳視訊計數已變更事件。

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

參數

event

"optimalVideoCountChanged"

事件名稱。

listener
PropertyChangedEvent

回呼 fn,用來訂閱此事件。

on("optimalVideoCountChanged", PropertyChangedEvent)

訂閱函式,以獲得最佳視訊計數事件。

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

參數

event

"optimalVideoCountChanged"

事件名稱。

listener
PropertyChangedEvent

回呼 fn,會在此屬性的值變更時呼叫。

繼承的方法的詳細資料

dispose()

function dispose()

繼承自CallFeature.dispose