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 (9 loc) 231 B
// Sent in trickle messages as target - biz understands only 0 and 1 export enum HMSConnectionRole { Publish = 0, Subscribe = 1, } export interface HMSTrickle { candidate: RTCIceCandidateInit; target: HMSConnectionRole; }