Skip to content

A low-level JS video API that allows adding a completely custom video experience to web apps.

License

Notifications You must be signed in to change notification settings

jitsi/lib-jitsi-meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89c627b · Mar 20, 2025
Mar 20, 2025
Jul 13, 2023
Mar 20, 2025
Mar 14, 2025
Dec 13, 2024
Feb 22, 2016
Mar 14, 2025
Mar 20, 2025
Feb 21, 2022
Dec 15, 2023
Mar 21, 2023
May 17, 2024
Feb 6, 2025
May 3, 2024
Mar 14, 2025
Oct 22, 2024
Aug 19, 2024
Mar 14, 2025
Sep 20, 2024
Oct 26, 2024
Mar 14, 2025
Mar 26, 2024
Mar 14, 2025
May 13, 2024
May 9, 2024
Mar 14, 2025
Dec 12, 2023
Mar 14, 2025
Oct 22, 2024
Jan 6, 2017
Feb 12, 2025
Feb 12, 2025
Mar 14, 2025
Apr 24, 2024
Mar 14, 2025
Sep 10, 2024
Mar 14, 2025
Jan 28, 2016
Feb 28, 2022
Jun 2, 2020
Feb 21, 2022
Nov 5, 2024
Sep 29, 2022
Mar 14, 2025
Sep 1, 2022
Mar 20, 2025
Mar 20, 2025
Dec 19, 2023
Oct 3, 2024
Mar 14, 2025

Repository files navigation

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Installation

Building the sources

NOTE: you need Node.js >= 12 and npm >= 7

To build the library, just type:

npm install
npm run build

To lint:

npm run lint

and to run unit tests:

npm test

if you need to rebuild lib-jitsi-meet.min.js

npm run build

Both linting and units will also be done by a pre-commit hook.