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

9 lines (7 loc) 136 B
export interface TokenRequest { roomCode: string; userId?: string; } export interface TokenRequestOptions { endpoint?: string; }