@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
8 lines (7 loc) • 438 B
TypeScript
import { MessageNotification, PeerListNotification, PeerNotification, SpeakerList } from './HMSNotifications';
export declare const FAKE_PEER_ID = "peer_id_1";
export declare const fakePeer: PeerNotification;
export declare const fakePeerList: PeerListNotification;
export declare const fakeReconnectPeerList: PeerListNotification;
export declare const fakeSpeakerList: SpeakerList;
export declare const fakeMessage: MessageNotification;