RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/VideoConferenceOptions.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type VideoConferenceOptions = {
    mic?: boolean;
    cam?: boolean;
};