Compare commits
1 Commits
main
...
b3a1419ed3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3a1419ed3 |
@@ -1,9 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import type {
|
||||
JitsiMeetExternalAPIOptions,
|
||||
JitsiMeetExternalAPI
|
||||
} from '$lib/jitsi-iframe-api.d.ts';
|
||||
import { type JitsiMeetExternalAPIOptions, JitsiMeetExternalAPI } from './jitsi-iframe-api.js';
|
||||
import type { ClassValue } from 'svelte/elements';
|
||||
|
||||
interface Props {
|
||||
@@ -37,7 +34,7 @@
|
||||
}
|
||||
|
||||
// Initialize the Jitsi Meet External API
|
||||
api = new window.JitsiMeetExternalAPI(new URL(domain).host, {
|
||||
api = new JitsiMeetExternalAPI(new URL(domain).host, {
|
||||
...options,
|
||||
parentNode: container
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user