New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@livekit/protocol

Package Overview
Dependencies
Maintainers
20
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/protocol - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

2

package.json
{
"name": "@livekit/protocol",
"version": "1.16.0",
"version": "1.17.0",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1575,2 +1575,7 @@ // Copyright 2023 LiveKit, Inc.

/**
* @generated from field: int32 error_code = 22;
*/
errorCode: number;
/**
* @generated from oneof livekit.EgressInfo.request

@@ -1577,0 +1582,0 @@ */

@@ -463,2 +463,3 @@ // Copyright 2023 LiveKit, Inc.

{ no: 9, name: "error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 22, name: "error_code", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 4, name: "room_composite", kind: "message", T: RoomCompositeEgressRequest, oneof: "request" },

@@ -465,0 +466,0 @@ { no: 14, name: "web", kind: "message", T: WebEgressRequest, oneof: "request" },

@@ -1248,5 +1248,7 @@ // Copyright 2023 LiveKit, Inc.

/**
* @generated from field: string participant_identity = 2;
* Participant that got its speech transcribed
*
* @generated from field: string transcribed_participant_identity = 2;
*/
participantIdentity: string;
transcribedParticipantIdentity: string;

@@ -1253,0 +1255,0 @@ /**

@@ -456,3 +456,3 @@ // Copyright 2023 LiveKit, Inc.

() => [
{ no: 2, name: "participant_identity", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "transcribed_participant_identity", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "track_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },

@@ -459,0 +459,0 @@ { no: 4, name: "segments", kind: "message", T: TranscriptionSegment, repeated: true },

@@ -24,2 +24,27 @@ // Copyright 2023 LiveKit, Inc.

/**
* @generated from enum livekit.SIPTransport
*/
export declare enum SIPTransport {
/**
* @generated from enum value: SIP_TRANSPORT_AUTO = 0;
*/
SIP_TRANSPORT_AUTO = 0,
/**
* @generated from enum value: SIP_TRANSPORT_UDP = 1;
*/
SIP_TRANSPORT_UDP = 1,
/**
* @generated from enum value: SIP_TRANSPORT_TCP = 2;
*/
SIP_TRANSPORT_TCP = 2,
/**
* @generated from enum value: SIP_TRANSPORT_TLS = 3;
*/
SIP_TRANSPORT_TLS = 3,
}
/**
* @generated from message livekit.CreateSIPTrunkRequest

@@ -149,2 +174,9 @@ */

/**
* Transport used for inbound and outbound calls.
*
* @generated from field: livekit.SIPTransport transport = 13;
*/
transport: SIPTransport;
/**
* @generated from field: repeated string inbound_numbers_regex = 5 [deprecated = true];

@@ -151,0 +183,0 @@ * @deprecated

@@ -23,2 +23,15 @@ // Copyright 2023 LiveKit, Inc.

/**
* @generated from enum livekit.SIPTransport
*/
export const SIPTransport = /*@__PURE__*/ proto3.makeEnum(
"livekit.SIPTransport",
[
{no: 0, name: "SIP_TRANSPORT_AUTO"},
{no: 1, name: "SIP_TRANSPORT_UDP"},
{no: 2, name: "SIP_TRANSPORT_TCP"},
{no: 3, name: "SIP_TRANSPORT_TLS"},
],
);
/**
* @generated from message livekit.CreateSIPTrunkRequest

@@ -53,2 +66,3 @@ */

{ no: 4, name: "outbound_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 13, name: "transport", kind: "enum", T: proto3.getEnumType(SIPTransport) },
{ no: 5, name: "inbound_numbers_regex", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },

@@ -55,0 +69,0 @@ { no: 10, name: "inbound_numbers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },

// Generated by genversion.
export const version = '1.16.0';
export const version = '1.17.0';
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