diff --git a/README.md b/README.md index 884c29c..04ca0ee 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,5 @@ match event { ## Examples We made [simple room](https://github.com/livekit/client-sdk-native/tree/main/examples/simple_room) demo using all features of the SDK. We render videos using wgpu and egui. + +![](https://github.com/livekit/client-sdk-rust/blob/main/examples/images/simple-room-demo.gif) diff --git a/examples/images/simple-room-demo.gif b/examples/images/simple-room-demo.gif new file mode 100644 index 0000000..a9cc19b Binary files /dev/null and b/examples/images/simple-room-demo.gif differ