fix ErrorOccurredEvent structure for errorOccurred
This commit is contained in:
2
src/lib/jitsi-iframe-api.d.ts
vendored
2
src/lib/jitsi-iframe-api.d.ts
vendored
@@ -1430,6 +1430,7 @@ interface FaceLandmarkDetectedEvent {
|
||||
}
|
||||
|
||||
interface ErrorOccurredEvent {
|
||||
error: {
|
||||
/** Additional error details. */
|
||||
details?: Record<string, unknown>;
|
||||
/** The error message. */
|
||||
@@ -1440,6 +1441,7 @@ interface ErrorOccurredEvent {
|
||||
type: ErrorType;
|
||||
/** Whether this is a fatal error which triggered a reconnect overlay. */
|
||||
isFatal: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
interface KnockingParticipantEvent {
|
||||
|
||||
Reference in New Issue
Block a user