PPTLiveCallFeature interface
PPTLive feature.
- Extends
Properties
active |
Current presenter's identifier |
is |
Indicates if pptlive is active in current call |
target | The target html element in which the ppt live is rendering on. Use this property and attach it to any UI html element. Example: document.getElement('someDiv').appendChild(target); |
Inherited Properties
name | The feature name. |
Methods
off("is |
Unsubscribe function for isActiveChanged event |
on("is |
Subscribe function for isActiveChanged event |
Inherited Methods
dispose() |
Property Details
activePresenterId
Current presenter's identifier
activePresenterId?: CommunicationIdentifier
Property Value
isActive
Indicates if pptlive is active in current call
isActive: boolean
Property Value
boolean
target
The target html element in which the ppt live is rendering on. Use this property and attach it to any UI html element. Example: document.getElement('someDiv').appendChild(target);
target: HTMLElement
Property Value
HTMLElement
Inherited Property Details
name
Method Details
off("isActiveChanged", PropertyChangedEvent)
Unsubscribe function for isActiveChanged event
function off(event: "isActiveChanged", listener: PropertyChangedEvent)
Parameters
- event
-
"isActiveChanged"
event name - isActiveChanged
- listener
- PropertyChangedEvent
callback fn that was used to subscribe to this event
on("isActiveChanged", PropertyChangedEvent)
Subscribe function for isActiveChanged event
function on(event: "isActiveChanged", listener: PropertyChangedEvent)
Parameters
- event
-
"isActiveChanged"
event name - isActiveChanged
- listener
- PropertyChangedEvent
callback fn that was used to subscribe to this event
Inherited Method Details
dispose()
function dispose()
Inherited From CallFeature.dispose