From dd83dc8d88149c4f315bdcb34a1e46a84e905d09 Mon Sep 17 00:00:00 2001 From: JozefKsl <145642636+JozefKsl@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:32:48 +0200 Subject: [PATCH] Add missing imports in documentation example in readme (#1225) Co-authored-by: Jozef Kysel --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bb282e0d1..0f7af68500 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ import { RemoteTrackPublication, Room, RoomEvent, + VideoPresets, + Track, + LocalTrackPublication, + LocalParticipant } from 'livekit-client'; // creates a new room with options