Compare commits
2 Commits
b7c619c872
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dccf4b01f7 | ||
|
|
99264dca61 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@svelte-toolkit/jitsi",
|
"name": "@svelte-toolkit/jitsi",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
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 {
|
interface ErrorOccurredEvent {
|
||||||
|
error: {
|
||||||
/** Additional error details. */
|
/** Additional error details. */
|
||||||
details?: Record<string, unknown>;
|
details?: Record<string, unknown>;
|
||||||
/** The error message. */
|
/** The error message. */
|
||||||
@@ -1440,6 +1441,7 @@ interface ErrorOccurredEvent {
|
|||||||
type: ErrorType;
|
type: ErrorType;
|
||||||
/** Whether this is a fatal error which triggered a reconnect overlay. */
|
/** Whether this is a fatal error which triggered a reconnect overlay. */
|
||||||
isFatal: boolean;
|
isFatal: boolean;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
interface KnockingParticipantEvent {
|
interface KnockingParticipantEvent {
|
||||||
|
|||||||
Reference in New Issue
Block a user