Skip to main content

Methods Introduction

If you have not already read the Advanced SDK Guide Advanced SDK Guide, please read it first.

This document describes all the methods available in the JavaScript SDK's meeting object.

Include the JavaScript SDK in your project via the CDN

JavaScript
<script src="//cdn.metered.ca/sdk/video/1.4.6/sdk.min.js"></script>

All the methods are called on the meeting object.

JavaScript
const meeting = new Metered.Meeting();