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

4 lines (3 loc) 180 B
import { ENV } from './support'; import { HMSFrameworkInfo } from '../interfaces'; export declare function createUserAgent(sdkEnv?: ENV, frameworkInfo?: HMSFrameworkInfo): string;