UNPKG

@100mslive/hms-video-store

Version:

@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow

12 lines (8 loc) 202 B
import type { HMSRole } from '../interfaces'; export type HMSRoleName = string; export interface HMSPublishAllowed { video: boolean; audio: boolean; screen: boolean; } export type { HMSRole };