CaptionsCallFeature interface
Feature for Captions
- Extends
Properties
captions | Indicates which captions type is currently active |
Inherited Properties
name | The feature name. |
Methods
off("Captions |
Unsubscribe function for any of the CaptionsKindChangedEventType events |
on("Captions |
Subscribe function for any of the CaptionsKindChangedEventType events |
Inherited Methods
dispose() |
Property Details
captions
Indicates which captions type is currently active
captions: CaptionsCommon
Property Value
Inherited Property Details
name
Method Details
off("CaptionsKindChanged", PropertyChangedEvent)
Unsubscribe function for any of the CaptionsKindChangedEventType events
function off(event: "CaptionsKindChanged", listener: PropertyChangedEvent)
Parameters
- event
-
"CaptionsKindChanged"
event name
- listener
- PropertyChangedEvent
callback fn that was used to subscribe to this event
on("CaptionsKindChanged", PropertyChangedEvent)
Subscribe function for any of the CaptionsKindChangedEventType events
function on(event: "CaptionsKindChanged", listener: PropertyChangedEvent)
Parameters
- event
-
"CaptionsKindChanged"
event name
- listener
- PropertyChangedEvent
callback fn that was used to subscribe to this
Inherited Method Details
dispose()
function dispose()
Inherited From CallFeature.dispose