Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Declaration
@class SPXMeetingTranscriptionCanceledEventArgs : SPXMeetingTranscriptionEventArgs;
Description
Defines the payload of meeting transcription canceled result events.
Properties
reason
@property (readonly, atomic) SPXCancellationReason reason;
The reason the trancription was canceled.
errorCode
@property (readonly, atomic) SPXCancellationErrorCode errorCode;
The error code in case of an unsuccessful transcription (reason is set to Error).
errorDetails
@property (readonly, copy, atomic) NSString * _Nullable errorDetails;
The error message in case of an unsuccessful transcription (reason is set to Error).