Web (external)
Class: Conference
Constructor
constructor(client: Client | null, options: IConferenceOptions = {})1. Types
IConferenceOptions
type IConferenceOptions = {
metadata?: {
title?: string; // You can set a title for the conference (optional)
};
skipMediaSettings?: boolean; // If true, it skips asking for microphone/camera permissions at the start
turnOnMic?: boolean; // Automatically turns on microphone if true
turnOnCam?: boolean; // Automatically turns on camera if true
authorization?: string; // Your authorization token for accessing the conference
};2. Methods
3. Events
4. Getting Started Example
5. Vue.js Example
Template
Script
Styles
Last updated
