Files
meet/src/sdk/library
lebaudantoine 9366c8c4dd 🔖(minor) bump release to 0.1.19
Introduce screen recording.
2025-04-23 23:45:20 +02:00
..
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-04-23 23:45:20 +02:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00
2025-02-18 16:16:07 +01:00

🎥 Visio SDK

Easily add a button to create visio link to your product



... that also handles seamless authentication out of the box



As simple as

import { VisioCreateButton } from "@gouvfr-lasuite/visio-sdk";

function App() {
  const [roomUrl, setRoomUrl] = useState();

  return <VisioCreateButton onRoomCreated={setRoomUrl} />;
}

Installation

To install, you can use npm or yarn:

$ npm install --save @gouvfr-lasuite/visio-sdk
$ yarn add @gouvfr-lasuite/visio-sdk