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

11 lines (10 loc) 338 B
/** * Interfaces for serialized objects to be sent and received through the signal * * TODO: Add HMSMessage and Analytics Event */ export * from './track'; export * from './superpowers'; export * from './responses'; export * from './polls'; export type { HMSWhiteboardCreateOptions } from '../../interfaces/session-store/whiteboard';