This is a basic Simli JavaScript demo showing how to create a session and join it using Daily SDK.
This demo shows how to:
- Create a call object
- Call Simli API to create a session
- Join session through Daily call
- Attach video and audio tracks to the DOM
- Leave a call and clean up
- Recieve and update App State
-
Get your Simli API KEY at https://www.simli.com/sign-up-in
-
Open index.html on your browser and insert the API KEY
-
Learn more about Simli API to create and prompt sessions: Click here
-
Learn more about Daily JS to customize your call interface: Click here