.. _getting-started: Getting Started =============== Embedding JumpChat into your website is easy. Follow the steps and you should be able to add video chat into your website. Here's an overview of the things you'll accomplish in this tutorial. 1. Loading the javascript file 2. Creating the JumpChat client object 3. Handling basic events 4. Joining a room Step 1: Include the javascript files ------------------------------------ Include the Javascript client and the prerequisites. .. code-block:: html ... ... Step 2: Initialize JumpChat client --------------------------------------------- Create the JumpChat client object with default settings. You can create your API key `here `_. .. code-block:: html Step 3: Create local video -------------------------- Create the local video. .. code-block:: html Step 4: Handle basic events --------------------------- Create the JumpChat client object with default settings. .. code-block:: html Step 5: Join a room ------------------- Join a room on JumpChat. .. code-block:: html Demo Link --------- You can view the demo `here `_.