TranscriptionStatusChangedEvent

Notification Object
      ↪ TranscriptionStatusChangedEvent


Notification when the status of a Transcription of a communication object is changed.

Subscribing

Subscribe to the transcriptionStatusChangedEvent notification type.

How to process

When this event is received, all invitation of this video room can be closed and the potentially open video client can also be closed.

Fields

Name Type Notes

communicationOid

String

notNull

The oid of the Communication object containing the Transcription.

status

String

notNull

The updated Transcription Status.

phoneLine

PhoneLine

notNull

Reference to the Phone Line of the communication object.

addressable

Addressable

Reference to the addressable of the other participant of the communication. Returns the first participant that does not match the target of the notification.

For example, if the communication is between 'Alice' and 'Bob', and this notification is sent to 'Alice', then this will contain 'Bob'.