0.0.39 • Published 8 months ago

hp-livekit-sdk v0.0.39

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

hp-livekit-sdk

Conference app built using sveltekit

installation

npm install hp-livekit-sdk

implementation (Svelte)

<script>
	import { HpLivekitRoom, type Mode } from 'hp-livekit-sdk';
	import { onMount } from 'svelte';

	let url, token;

	onMount(() => {
		fetch('*endpoint').then((res) => {
			url = res?.url;
			token = res?.token;
		});
	});
</script>

{#if token && url}
	<HpLivekitRoom {url} {token} />
{/if}

HpLivekit Component props

propstyperequireddefault
urlstringrequired-
tokenstringrequired-
enableAudiobooleanoptionaltrue
enableVideobooleanoptionalfalse
modeModeoptionaldevelopment
0.0.39

8 months ago

0.0.38

8 months ago

0.0.37

8 months ago

0.0.36

8 months ago

0.0.35

8 months ago

0.0.34

8 months ago

0.0.33

8 months ago

0.0.32

8 months ago

0.0.31

8 months ago

0.0.30

8 months ago

0.0.29

8 months ago

0.0.28

8 months ago

0.0.27

8 months ago

0.0.26

8 months ago

0.0.25

8 months ago

0.0.24

8 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago