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

8 lines (6 loc) 153 B
import { HMSPeer } from '../sdk/models/peer'; export interface HMSLeaveRoomRequest { requestedBy?: HMSPeer; reason: string; roomEnded: boolean; }