Type alias OnlinePresentationResultError

OnlinePresentationResultError: {
    message: string;
    type: OnlinePresentationResultErrorType;
}

Represents an error that occurred during an online presentation session.

Type declaration

Generated using TypeDoc