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

16 lines (15 loc) 490 B
export declare const DevicesWiredHeadphonesWithoutMic: { audioInput: MediaDeviceInfo[]; audioOutput: MediaDeviceInfo[]; videoInput: MediaDeviceInfo[]; }; export declare const DevicesWiredHeadphonesWithMic: { audioInput: MediaDeviceInfo[]; audioOutput: MediaDeviceInfo[]; videoInput: MediaDeviceInfo[]; }; export declare const DevicesWithStereoHeadphones: { audioInput: MediaDeviceInfo[]; audioOutput: MediaDeviceInfo[]; videoInput: MediaDeviceInfo[]; };