3.18 患者端
This commit is contained in:
+4
-1
@@ -1,4 +1,4 @@
|
||||
import { CallStatus, CallRole, CallMediaType, VideoDisplayMode, VideoResolution, TDeviceList } from '../const/index';
|
||||
import { CallStatus, CallRole, CallMediaType, VideoDisplayMode, VideoResolution, TDeviceList, CameraPosition } from '../const/index';
|
||||
import { IUserInfo } from './index';
|
||||
export interface IToastInfo {
|
||||
text: string;
|
||||
@@ -9,7 +9,9 @@ export interface ICallStore {
|
||||
callRole: CallRole;
|
||||
callMediaType: CallMediaType;
|
||||
localUserInfo: IUserInfo;
|
||||
localUserInfoExcludeVolume: IUserInfo;
|
||||
remoteUserInfoList: Array<IUserInfo>;
|
||||
remoteUserInfoExcludeVolumeList: Array<IUserInfo>;
|
||||
callerUserInfo: IUserInfo;
|
||||
isGroup: boolean;
|
||||
callDuration: string;
|
||||
@@ -24,6 +26,7 @@ export interface ICallStore {
|
||||
deviceList: TDeviceList;
|
||||
groupID: string;
|
||||
roomID: number;
|
||||
cameraPosition: CameraPosition;
|
||||
displayMode: VideoDisplayMode;
|
||||
videoResolution: VideoResolution;
|
||||
pusher: any;
|
||||
|
||||
Reference in New Issue
Block a user