@100mslive/roomkit-react
Version:

8 lines (7 loc) • 333 B
TypeScript
import { HMSAudioTrack, HMSVideoTrack } from '@100mslive/react-sdk';
export declare const getVideoTileLabel: ({ peerName, isLocal, videoTrack, audioTrack, }: {
isLocal: boolean;
peerName?: string | undefined;
videoTrack?: HMSVideoTrack | null | undefined;
audioTrack?: HMSAudioTrack | null | undefined;
}) => string;