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

@agora-js/report

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agora-js/report - npm Package Compare versions

Comparing version 4.19.3 to 4.20.0-100

4

package.json
{
"name": "@agora-js/report",
"version": "4.19.3",
"version": "4.20.0-100",
"description": "logger and report module across @agora-js packages",

@@ -26,5 +26,5 @@ "main": "AgoraRTC_N-report.js",

"axios": "^0.27.2",
"@agora-js/shared": "^4.19.3"
"@agora-js/shared": "^4.20.0-100"
},
"peerDependencies": {}
}
import { AgoraRTCError } from '@agora-js/shared';
import { EventEmitter } from '@agora-js/shared';
import { NETWORK_STATE } from '@agora-js/shared';
import type { SDK_CODEC } from '@agora-js/shared';
import type { SDK_MODE } from '@agora-js/shared';

@@ -109,3 +108,4 @@ import type { UID } from '@agora-js/shared';

USER_ANALYTICS = "req_user_analytics",
PC_STATS = "pc_stats"
PC_STATS = "pc_stats",
UPDATE_REMOTE_RTPCAPABILITIES = "update_remote_rtpCapabilities"
}

@@ -278,3 +278,4 @@

AUTOPLAY_FAILED = "io.agora.pb.Wrtc.AutoplayFailed",
PC_STATS = "io.agora.pb.Wrtc.PCStats"
PC_STATS = "io.agora.pb.Wrtc.PCStats",
UPDATE_REMOTE_RTPCAPABILITIES = "io.agora.pb.Wrtc.UpdateRemoteRTPCapabilities"
}

@@ -577,2 +578,11 @@

};
stringUid?: string;
channelProfile?: number;
channelMode?: number;
isABTestSuccess?: number;
lsid?: string;
fsid?: string;
clientType?: 20;
clientRole?: number;
info?: string;
}

@@ -731,2 +741,13 @@

appType: number;
stringUid?: string;
channelProfile?: number;
channelMode?: number;
isABTestSuccess?: number;
lsid?: string;
fsid?: string;
clientType?: number;
clientRole?: number;
serviceId?: string;
extensionID?: string;
info?: string;
}

@@ -779,16 +800,18 @@

export declare type EventUpdateRemoteRTPCapabilitiesMessage = EventUpdateRemoteRTPCapabilitiesParams & EventReportBase;
export declare interface EventUpdateRemoteRTPCapabilitiesParams {
/**
* 实际发流的m-line
* mids 为空时,表示此时没有发流
* 实际发流的type
* types 为空时,表示此时没有发流
*/
mids: string[];
trackTypes: string;
/**
* 本地媒体能力
*/
localCodecs: SDK_CODEC[];
localCodecs: string;
/**
* 对端媒体能力
*/
remoteCodecs: SDK_CODEC[];
remoteCodecs: string;
}

@@ -795,0 +818,0 @@

import { AgoraRTCError } from '@agora-js/shared';
import { EventEmitter } from '@agora-js/shared';
import { NETWORK_STATE } from '@agora-js/shared';
import type { SDK_CODEC } from '@agora-js/shared';
import type { SDK_MODE } from '@agora-js/shared';

@@ -78,3 +77,4 @@ import type { UID } from '@agora-js/shared';

USER_ANALYTICS = "req_user_analytics",
PC_STATS = "pc_stats"
PC_STATS = "pc_stats",
UPDATE_REMOTE_RTPCAPABILITIES = "update_remote_rtpCapabilities"
}

@@ -195,3 +195,4 @@

AUTOPLAY_FAILED = "io.agora.pb.Wrtc.AutoplayFailed",
PC_STATS = "io.agora.pb.Wrtc.PCStats"
PC_STATS = "io.agora.pb.Wrtc.PCStats",
UPDATE_REMOTE_RTPCAPABILITIES = "io.agora.pb.Wrtc.UpdateRemoteRTPCapabilities"
}

@@ -478,2 +479,11 @@

};
stringUid?: string;
channelProfile?: number;
channelMode?: number;
isABTestSuccess?: number;
lsid?: string;
fsid?: string;
clientType?: 20;
clientRole?: number;
info?: string;
}

@@ -632,2 +642,13 @@

appType: number;
stringUid?: string;
channelProfile?: number;
channelMode?: number;
isABTestSuccess?: number;
lsid?: string;
fsid?: string;
clientType?: number;
clientRole?: number;
serviceId?: string;
extensionID?: string;
info?: string;
}

@@ -680,6 +701,8 @@

export declare type EventUpdateRemoteRTPCapabilitiesMessage = EventUpdateRemoteRTPCapabilitiesParams & EventReportBase;
export declare interface EventUpdateRemoteRTPCapabilitiesParams {
mids: string[];
localCodecs: SDK_CODEC[];
remoteCodecs: SDK_CODEC[];
trackTypes: string;
localCodecs: string;
remoteCodecs: string;
}

@@ -686,0 +709,0 @@

Sorry, the diff of this file is not supported yet

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