mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-07 01:13:21 +00:00
6324be9fd3
Notify iframe's parent while integrating Visio when state is cleared. Requested by Eleonore.
🎥 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