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 (10 loc) 232 B
export interface RTMPRecordingConfig { meetingURL?: string; rtmpURLs?: Array<string>; record: boolean; resolution?: RTMPRecordingResolution; } export interface RTMPRecordingResolution { width: number; height: number; }