UNPKG

pope-test-callkit2

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

11 lines (10 loc) 437 B
import { IUserInfo } from '../../TUICallService/interface'; export declare type TUserInfoExcludeVolumeContextValue = { localUserInfoExcludeVolume: IUserInfo; remoteUserListExcludeVolume: IUserInfo[]; }; export declare const userInfoExcludeVolumeContextValue: { localUserInfoExcludeVolume: any; remoteUserListExcludeVolume: any; }; export declare const UserInfoExcludeVolumeContextKey = "UserInfoExcludeVolumeContextKey";