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

7 lines (6 loc) 122 B
export declare enum HMSMode { PUBLISH_AND_SUBSCRIBE = 0, ONLY_PUBLISH = 1, ONLY_SUBSCRIBE = 2, AUTO = 3 }