Skip to content

Vue specific wrapper around @livekit/components-core

License

Notifications You must be signed in to change notification settings

mrksbnc/livekit-vue

Repository files navigation

LiveKit Vue

Installation

Then you can install the package with:

npm install @mrksbnc/livekit-vue

Usage

To enable livekit-vue in your project you need to import the compiled css file from the package in your main.js, and main.ts files.

import '@mrksbnc/livekit-vue/dist/index.css';

After this, you can use the components like any other after importing them.

<template>
  <lk-room :token="token" :server-url="serverUrl" />
</template>

<script setup lang="ts">
  import { LkRoom } from '@mrksbnc/livekit-vue';
</script>

About

Vue specific wrapper around @livekit/components-core

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages