interface MediaType {
    audio: boolean;
    video: boolean;
}

Properties

Properties

audio: boolean

Indicate if the creator of the invite wants to use audio in the conference

video: boolean

Indicate if the creator of the invite wants to use video in the conference

Generated using TypeDoc