UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

8 lines (7 loc) 333 B
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;