livekit-server-sdk 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +25 -22
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, 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';
|
|
1
2
|
export * from './AccessToken.js';
|
|
2
3
|
export * from './EgressClient.js';
|
|
3
4
|
export * from './IngressClient.js';
|
|
4
|
-
export * from './SipClient.js';
|
|
5
5
|
export * from './RoomServiceClient.js';
|
|
6
|
+
export * from './SipClient.js';
|
|
6
7
|
export * from './WebhookReceiver.js';
|
|
7
8
|
export * from './grants.js';
|
|
8
|
-
export { AliOSSUpload, AzureBlobUpload, DirectFileOutput, EgressInfo, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageOutput, ParticipantEgressRequest, RoomCompositeEgressRequest, S3Upload, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, WebEgressRequest, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, DataPacket_Kind, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, TrackInfo, TrackType, TrackSource, SIPTrunkInfo, SIPDispatchRuleInfo, SIPParticipantInfo, } from '@livekit/protocol';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,eAAe,EACf,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,qBAAqB,EACrB,SAAS,EACT,WAAW,EACX,2BAA2B,EAC3B,0BAA0B,EAC1B,mBAAmB,EACnB,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,2BAA2B,EAC3B,0BAA0B,EAC1B,mBAAmB,EACnB,wBAAwB,EACxB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,IAAI,EACJ,0BAA0B,EAC1B,UAAU,EACV,QAAQ,EACR,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,YAAY,EACZ,cAAc,EACd,2BAA2B,EAC3B,kBAAkB,EAClB,SAAS,EACT,WAAW,EACX,SAAS,EACT,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// SPDX-FileCopyrightText: 2024 LiveKit, Inc.
|
|
2
2
|
//
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
export { AliOSSUpload, AutoParticipantEgress, AutoTrackEgress, AzureBlobUpload, DataPacket_Kind, DirectFileOutput, EgressInfo, 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';
|
|
4
5
|
export * from './AccessToken.js';
|
|
5
6
|
export * from './EgressClient.js';
|
|
6
7
|
export * from './IngressClient.js';
|
|
7
|
-
export * from './SipClient.js';
|
|
8
8
|
export * from './RoomServiceClient.js';
|
|
9
|
+
export * from './SipClient.js';
|
|
9
10
|
export * from './WebhookReceiver.js';
|
|
10
11
|
export * from './grants.js';
|
|
11
|
-
export { AliOSSUpload, AzureBlobUpload, DirectFileOutput, EgressInfo, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, GCPUpload, ImageOutput, ParticipantEgressRequest, RoomCompositeEgressRequest, S3Upload, SegmentedFileOutput, SegmentedFileProtocol, StreamOutput, StreamProtocol, TrackCompositeEgressRequest, TrackEgressRequest, WebEgressRequest, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, DataPacket_Kind, ParticipantInfo, ParticipantInfo_State, ParticipantPermission, Room, TrackInfo, TrackType, TrackSource, SIPTrunkInfo, SIPDispatchRuleInfo, SIPParticipantInfo, } from '@livekit/protocol';
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,EAAE;AACF,sCAAsC;AAEtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,EAAE;AACF,sCAAsC;AAEtC,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,eAAe,EACf,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,qBAAqB,EACrB,SAAS,EACT,WAAW,EACX,2BAA2B,EAC3B,0BAA0B,EAC1B,mBAAmB,EACnB,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,2BAA2B,EAC3B,0BAA0B,EAC1B,mBAAmB,EACnB,wBAAwB,EACxB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,IAAI,EACJ,0BAA0B,EAC1B,UAAU,EACV,QAAQ,EACR,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,YAAY,EACZ,cAAc,EACd,2BAA2B,EAC3B,kBAAkB,EAClB,SAAS,EACT,WAAW,EACX,SAAS,EACT,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -2,16 +2,12 @@
|
|
|
2
2
|
//
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
|
|
5
|
-
export * from './AccessToken.js';
|
|
6
|
-
export * from './EgressClient.js';
|
|
7
|
-
export * from './IngressClient.js';
|
|
8
|
-
export * from './SipClient.js';
|
|
9
|
-
export * from './RoomServiceClient.js';
|
|
10
|
-
export * from './WebhookReceiver.js';
|
|
11
|
-
export * from './grants.js';
|
|
12
5
|
export {
|
|
13
6
|
AliOSSUpload,
|
|
7
|
+
AutoParticipantEgress,
|
|
8
|
+
AutoTrackEgress,
|
|
14
9
|
AzureBlobUpload,
|
|
10
|
+
DataPacket_Kind,
|
|
15
11
|
DirectFileOutput,
|
|
16
12
|
EgressInfo,
|
|
17
13
|
EncodedFileOutput,
|
|
@@ -20,16 +16,6 @@ export {
|
|
|
20
16
|
EncodingOptionsPreset,
|
|
21
17
|
GCPUpload,
|
|
22
18
|
ImageOutput,
|
|
23
|
-
ParticipantEgressRequest,
|
|
24
|
-
RoomCompositeEgressRequest,
|
|
25
|
-
S3Upload,
|
|
26
|
-
SegmentedFileOutput,
|
|
27
|
-
SegmentedFileProtocol,
|
|
28
|
-
StreamOutput,
|
|
29
|
-
StreamProtocol,
|
|
30
|
-
TrackCompositeEgressRequest,
|
|
31
|
-
TrackEgressRequest,
|
|
32
|
-
WebEgressRequest,
|
|
33
19
|
IngressAudioEncodingOptions,
|
|
34
20
|
IngressAudioEncodingPreset,
|
|
35
21
|
IngressAudioOptions,
|
|
@@ -39,15 +25,32 @@ export {
|
|
|
39
25
|
IngressVideoEncodingOptions,
|
|
40
26
|
IngressVideoEncodingPreset,
|
|
41
27
|
IngressVideoOptions,
|
|
42
|
-
|
|
28
|
+
ParticipantEgressRequest,
|
|
43
29
|
ParticipantInfo,
|
|
44
30
|
ParticipantInfo_State,
|
|
45
31
|
ParticipantPermission,
|
|
46
32
|
Room,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
SIPTrunkInfo,
|
|
33
|
+
RoomCompositeEgressRequest,
|
|
34
|
+
RoomEgress,
|
|
35
|
+
S3Upload,
|
|
51
36
|
SIPDispatchRuleInfo,
|
|
52
37
|
SIPParticipantInfo,
|
|
38
|
+
SIPTrunkInfo,
|
|
39
|
+
SegmentedFileOutput,
|
|
40
|
+
SegmentedFileProtocol,
|
|
41
|
+
StreamOutput,
|
|
42
|
+
StreamProtocol,
|
|
43
|
+
TrackCompositeEgressRequest,
|
|
44
|
+
TrackEgressRequest,
|
|
45
|
+
TrackInfo,
|
|
46
|
+
TrackSource,
|
|
47
|
+
TrackType,
|
|
48
|
+
WebEgressRequest,
|
|
53
49
|
} from '@livekit/protocol';
|
|
50
|
+
export * from './AccessToken.js';
|
|
51
|
+
export * from './EgressClient.js';
|
|
52
|
+
export * from './IngressClient.js';
|
|
53
|
+
export * from './RoomServiceClient.js';
|
|
54
|
+
export * from './SipClient.js';
|
|
55
|
+
export * from './WebhookReceiver.js';
|
|
56
|
+
export * from './grants.js';
|