livekit-server-sdk
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -1,2 +0,3 @@ | ||
import { DirectFileOutput, EgressInfo, EncodedFileOutput, EncodingOptions, EncodingOptionsPreset, ImageOutput, SegmentedFileOutput, StreamOutput } from '@livekit/protocol'; | ||
import type { DirectFileOutput, EncodedFileOutput, EncodingOptions, EncodingOptionsPreset, ImageOutput, SegmentedFileOutput, StreamOutput } from '@livekit/protocol'; | ||
import { EgressInfo } from '@livekit/protocol'; | ||
import ServiceBase from './ServiceBase.js'; | ||
@@ -3,0 +4,0 @@ export interface RoomCompositeOptions { |
@@ -1,4 +0,1 @@ | ||
// SPDX-FileCopyrightText: 2024 LiveKit, Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
import { EgressInfo, ListEgressRequest, ListEgressResponse, ParticipantEgressRequest, RoomCompositeEgressRequest, StopEgressRequest, TrackCompositeEgressRequest, TrackEgressRequest, UpdateLayoutRequest, UpdateStreamRequest, WebEgressRequest, } from '@livekit/protocol'; | ||
@@ -5,0 +2,0 @@ import ServiceBase from './ServiceBase.js'; |
@@ -1,4 +0,5 @@ | ||
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, EgressStatus, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageOutput, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, ParticipantEgressRequest, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, RoomCompositeEgressRequest, RoomEgress, S3Upload, SIPDispatchRuleInfo, SIPParticipantInfo, SIPTrunkInfo, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, TrackInfo, TrackSource, TrackType, WebEgressRequest, } from '@livekit/protocol'; | ||
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, EgressStatus, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageCodec, ImageFileSuffix, ImageOutput, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, ParticipantEgressRequest, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, RoomCompositeEgressRequest, RoomEgress, S3Upload, SIPDispatchRuleInfo, SIPParticipantInfo, SIPTrunkInfo, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, TrackInfo, TrackSource, TrackType, WebEgressRequest, } from '@livekit/protocol'; | ||
export * from './AccessToken.js'; | ||
export * from './EgressClient.js'; | ||
export * from './grants.js'; | ||
export * from './IngressClient.js'; | ||
@@ -8,3 +9,2 @@ export * from './RoomServiceClient.js'; | ||
export * from './WebhookReceiver.js'; | ||
export * from './grants.js'; | ||
//# sourceMappingURL=index.d.ts.map |
// SPDX-FileCopyrightText: 2024 LiveKit, Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, EgressStatus, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageOutput, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, ParticipantEgressRequest, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, RoomCompositeEgressRequest, RoomEgress, S3Upload, SIPDispatchRuleInfo, SIPParticipantInfo, SIPTrunkInfo, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, TrackInfo, TrackSource, TrackType, WebEgressRequest, } from '@livekit/protocol'; | ||
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, EgressStatus, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageCodec, ImageFileSuffix, ImageOutput, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, ParticipantEgressRequest, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, RoomCompositeEgressRequest, RoomEgress, S3Upload, SIPDispatchRuleInfo, SIPParticipantInfo, SIPTrunkInfo, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, TrackInfo, TrackSource, TrackType, WebEgressRequest, } from '@livekit/protocol'; | ||
export * from './AccessToken.js'; | ||
export * from './EgressClient.js'; | ||
export * from './grants.js'; | ||
export * from './IngressClient.js'; | ||
@@ -11,3 +12,2 @@ export * from './RoomServiceClient.js'; | ||
export * from './WebhookReceiver.js'; | ||
export * from './grants.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "livekit-server-sdk", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Server-side SDK for LiveKit", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@livekit/protocol": "^1.19.0", | ||
"@livekit/protocol": "^1.20.0", | ||
"camelcase-keys": "^9.0.0", | ||
@@ -24,6 +24,6 @@ "jose": "^5.1.2" | ||
"@changesets/cli": "^2.27.1", | ||
"@edge-runtime/vm": "^3.1.7", | ||
"@edge-runtime/vm": "^4.0.0", | ||
"@livekit/changesets-changelog-github": "^0.0.4", | ||
"@types/node": "^20.10.1", | ||
"happy-dom": "^14.0.0", | ||
"happy-dom": "^15.0.0", | ||
"prettier": "^3.0.0", | ||
@@ -30,0 +30,0 @@ "typedoc": "^0.26.0", |
// SPDX-FileCopyrightText: 2024 LiveKit, Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
import { | ||
import type { | ||
DirectFileOutput, | ||
EgressInfo, | ||
EncodedFileOutput, | ||
@@ -11,2 +10,7 @@ EncodingOptions, | ||
ImageOutput, | ||
SegmentedFileOutput, | ||
StreamOutput, | ||
} from '@livekit/protocol'; | ||
import { | ||
EgressInfo, | ||
ListEgressRequest, | ||
@@ -16,5 +20,3 @@ ListEgressResponse, | ||
RoomCompositeEgressRequest, | ||
SegmentedFileOutput, | ||
StopEgressRequest, | ||
StreamOutput, | ||
TrackCompositeEgressRequest, | ||
@@ -27,3 +29,4 @@ TrackEgressRequest, | ||
import ServiceBase from './ServiceBase.js'; | ||
import { Rpc, TwirpRpc, livekitPackage } from './TwirpRPC.js'; | ||
import type { Rpc } from './TwirpRPC.js'; | ||
import { TwirpRpc, livekitPackage } from './TwirpRPC.js'; | ||
@@ -30,0 +33,0 @@ const svc = 'Egress'; |
@@ -19,2 +19,4 @@ // SPDX-FileCopyrightText: 2024 LiveKit, Inc. | ||
GCPUpload, | ||
ImageCodec, | ||
ImageFileSuffix, | ||
ImageOutput, | ||
@@ -54,2 +56,3 @@ IngressAudioEncodingOptions, | ||
export * from './EgressClient.js'; | ||
export * from './grants.js'; | ||
export * from './IngressClient.js'; | ||
@@ -59,2 +62,1 @@ export * from './RoomServiceClient.js'; | ||
export * from './WebhookReceiver.js'; | ||
export * from './grants.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209732
4036
Updated@livekit/protocol@^1.20.0