Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dccf4b01f7 | ||
|
|
99264dca61 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@svelte-toolkit/jitsi",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "BSD-3-Clause",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
22
src/lib/jitsi-iframe-api.d.ts
vendored
22
src/lib/jitsi-iframe-api.d.ts
vendored
@@ -1430,16 +1430,18 @@ interface FaceLandmarkDetectedEvent {
|
||||
}
|
||||
|
||||
interface ErrorOccurredEvent {
|
||||
/** Additional error details. */
|
||||
details?: Record<string, unknown>;
|
||||
/** The error message. */
|
||||
message?: string;
|
||||
/** The coded name of the error. */
|
||||
name: string;
|
||||
/** Error type/source: 'CONFIG', 'CONNECTION', 'CONFERENCE'. */
|
||||
type: ErrorType;
|
||||
/** Whether this is a fatal error which triggered a reconnect overlay. */
|
||||
isFatal: boolean;
|
||||
error: {
|
||||
/** Additional error details. */
|
||||
details?: Record<string, unknown>;
|
||||
/** The error message. */
|
||||
message?: string;
|
||||
/** The coded name of the error. */
|
||||
name: string;
|
||||
/** Error type/source: 'CONFIG', 'CONNECTION', 'CONFERENCE'. */
|
||||
type: ErrorType;
|
||||
/** Whether this is a fatal error which triggered a reconnect overlay. */
|
||||
isFatal: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
interface KnockingParticipantEvent {
|
||||
|
||||
Reference in New Issue
Block a user