RecordingInfo interface

Call Recording Information.

Properties

displayName

displayName of the initiator

state

Call recording state

Methods

off("recordingStateChanged", PropertyChangedEvent)

Unsubscribe function for recordingStateChanged event

on("recordingStateChanged", PropertyChangedEvent)

Subscribe function for recordingStateChanged event

Property Details

displayName

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

displayName of the initiator

displayName?: string

Property Value

string

state

Call recording state

state: RecordingState_2

Property Value

Method Details

off("recordingStateChanged", PropertyChangedEvent)

Unsubscribe function for recordingStateChanged event

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

Parameters

event

"recordingStateChanged"

event name

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event

on("recordingStateChanged", PropertyChangedEvent)

Subscribe function for recordingStateChanged event

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

Parameters

event

"recordingStateChanged"

event name

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event