Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tuicall-engine-webrtc

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuicall-engine-webrtc - npm Package Compare versions

Comparing version 2.2.0-beta.8 to 2.2.0-beta.9

26

index.d.ts

@@ -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[];

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc