Skip to main content

52 docs tagged with "JavaScript"

View All Tags

activeSpeaker

activeSpeaker event is emitted whenever a participant is speaking in the meeting

Advanced SDK Guide

This page will help you get started with Metered. You'll be able to create your own video and voice calling applications.

chatHistory

Emitted in response to meeting.getChatHistory(...)

chatTyping

Emitted when another participant is typing

composedTrackStarted

When the composition is enabled, the composed media stream is received by this event.

Events Introduction

This document describes all the events emitted by the Javascript SDK's meeting object.

In-Meeting Chat

Metered ships a native text and file chat that lives inside the meeting. Messages travel over

localTrackStarted

Emitted when startAudio() startVideo() startScreenSharing() shareCustomVideoTrack() or shareCustomAudio() method is called

localTrackStopped

When stopAudio(), stopVideo(), shareCustomVideoTrack() or shareCustomAudio() tracks end, this event is emitted.

meetingEnded

This event is emitted when the meeting is terminated

meetingLeft

leaveMeeting() method is called this event is emitted to the participant

Methods Introduction

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

remoteTrackStarted

Emitted when any participant in the meeting room shares their microphone, camera, or screen

remoteTrackStopped

Emitted when any participant in the meeting room STOP sharing their microphone, camera, or screen

stateChanged

This event is emitted when the meeting state changes