tuicall-engine-webrtc
Advanced tools
Comparing version 2.2.0-beta.8 to 2.2.0-beta.9
@@ -145,3 +145,3 @@ declare namespace TUICallEngine { | ||
} | ||
export enum TRTCCallCameraPosition { | ||
export enum TUICallCameraPosition { | ||
FRONT = 0, | ||
@@ -255,6 +255,2 @@ BACK = 1, | ||
} | ||
export declare enum DEVICEID_TYPE { | ||
audio = "microphoneId", | ||
video = "cameraId" | ||
} | ||
export interface ISelfInfoParams { | ||
@@ -307,9 +303,2 @@ nickName?: string; | ||
} | ||
export interface ITRTCClientCallbackParams { | ||
userId: string; | ||
stream: any; | ||
state?: string; | ||
prevState?: string; | ||
result?: Record<string, unknown>; | ||
} | ||
export interface IStartViewParam { | ||
@@ -320,15 +309,2 @@ userID: string; | ||
} | ||
export interface IPlayLocalVideoParams { | ||
userID: string; | ||
videoViewDomID: string; | ||
options?: IPlayVideoOptions; | ||
} | ||
export interface IPlayRemoteVideoParams { | ||
userID: string; | ||
videoViewDomID: string; | ||
options?: IPlayVideoOptions; | ||
} | ||
export interface IStopRemoteVideoParams { | ||
userID: string; | ||
} | ||
export interface IHangupParams { | ||
@@ -335,0 +311,0 @@ userIDList: string[]; |
{ | ||
"name": "tuicall-engine-webrtc", | ||
"version": "2.2.0-beta.8", | ||
"version": "2.2.0-beta.9", | ||
"description": "腾讯云 TRTC TUICallEngine", | ||
@@ -5,0 +5,0 @@ "main": "tuicall-engine-webrtc.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
245914
405