livekit-client 1.7.1 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +21 -1
- package/dist/livekit-client.esm.mjs +14241 -12994
- package/dist/livekit-client.esm.mjs.map +1 -1
- package/dist/livekit-client.umd.js +1 -1
- package/dist/livekit-client.umd.js.map +1 -1
- package/dist/src/api/SignalClient.d.ts +11 -10
- package/dist/src/api/SignalClient.d.ts.map +1 -1
- package/dist/src/connectionHelper/ConnectionCheck.d.ts +1 -1
- package/dist/src/connectionHelper/ConnectionCheck.d.ts.map +1 -1
- package/dist/src/connectionHelper/checks/Checker.d.ts +1 -1
- package/dist/src/connectionHelper/checks/Checker.d.ts.map +1 -1
- package/dist/src/index.d.ts +7 -7
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/proto/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/src/proto/livekit_models.d.ts +37 -0
- package/dist/src/proto/livekit_models.d.ts.map +1 -1
- package/dist/src/proto/livekit_rtc.d.ts +347 -75
- package/dist/src/proto/livekit_rtc.d.ts.map +1 -1
- package/dist/src/room/RTCEngine.d.ts +12 -3
- package/dist/src/room/RTCEngine.d.ts.map +1 -1
- package/dist/src/room/ReconnectPolicy.d.ts +1 -0
- package/dist/src/room/ReconnectPolicy.d.ts.map +1 -1
- package/dist/src/room/RegionUrlProvider.d.ts +14 -0
- package/dist/src/room/RegionUrlProvider.d.ts.map +1 -0
- package/dist/src/room/Room.d.ts +23 -15
- package/dist/src/room/Room.d.ts.map +1 -1
- package/dist/src/room/errors.d.ts +2 -1
- package/dist/src/room/errors.d.ts.map +1 -1
- package/dist/src/room/events.d.ts +23 -2
- package/dist/src/room/events.d.ts.map +1 -1
- package/dist/src/room/participant/LocalParticipant.d.ts +14 -2
- package/dist/src/room/participant/LocalParticipant.d.ts.map +1 -1
- package/dist/src/room/participant/Participant.d.ts +4 -2
- package/dist/src/room/participant/Participant.d.ts.map +1 -1
- package/dist/src/room/participant/RemoteParticipant.d.ts +2 -2
- package/dist/src/room/participant/RemoteParticipant.d.ts.map +1 -1
- package/dist/src/room/participant/publishUtils.d.ts.map +1 -1
- package/dist/src/room/track/LocalAudioTrack.d.ts.map +1 -1
- package/dist/src/room/track/LocalTrack.d.ts +4 -3
- package/dist/src/room/track/LocalTrack.d.ts.map +1 -1
- package/dist/src/room/track/LocalTrackPublication.d.ts +1 -1
- package/dist/src/room/track/LocalTrackPublication.d.ts.map +1 -1
- package/dist/src/room/track/LocalVideoTrack.d.ts.map +1 -1
- package/dist/src/room/track/RemoteAudioTrack.d.ts +1 -1
- package/dist/src/room/track/RemoteAudioTrack.d.ts.map +1 -1
- package/dist/src/room/track/RemoteTrackPublication.d.ts +1 -1
- package/dist/src/room/track/RemoteTrackPublication.d.ts.map +1 -1
- package/dist/src/room/track/RemoteVideoTrack.d.ts +1 -1
- package/dist/src/room/track/RemoteVideoTrack.d.ts.map +1 -1
- package/dist/src/room/track/Track.d.ts +3 -1
- package/dist/src/room/track/Track.d.ts.map +1 -1
- package/dist/src/room/track/create.d.ts.map +1 -1
- package/dist/src/room/types.d.ts +5 -0
- package/dist/src/room/types.d.ts.map +1 -1
- package/dist/src/room/utils.d.ts +4 -0
- package/dist/src/room/utils.d.ts.map +1 -1
- package/dist/ts4.2/src/api/SignalClient.d.ts +14 -10
- package/dist/ts4.2/src/connectionHelper/ConnectionCheck.d.ts +1 -1
- package/dist/ts4.2/src/connectionHelper/checks/Checker.d.ts +1 -1
- package/dist/ts4.2/src/index.d.ts +7 -6
- package/dist/ts4.2/src/proto/livekit_models.d.ts +37 -0
- package/dist/ts4.2/src/proto/livekit_rtc.d.ts +380 -84
- package/dist/ts4.2/src/room/RTCEngine.d.ts +12 -3
- package/dist/ts4.2/src/room/ReconnectPolicy.d.ts +1 -0
- package/dist/ts4.2/src/room/RegionUrlProvider.d.ts +14 -0
- package/dist/ts4.2/src/room/Room.d.ts +23 -15
- package/dist/ts4.2/src/room/errors.d.ts +2 -1
- package/dist/ts4.2/src/room/events.d.ts +23 -2
- package/dist/ts4.2/src/room/participant/LocalParticipant.d.ts +14 -2
- package/dist/ts4.2/src/room/participant/Participant.d.ts +4 -2
- package/dist/ts4.2/src/room/participant/RemoteParticipant.d.ts +2 -2
- package/dist/ts4.2/src/room/track/LocalTrack.d.ts +4 -3
- package/dist/ts4.2/src/room/track/LocalTrackPublication.d.ts +1 -1
- package/dist/ts4.2/src/room/track/RemoteAudioTrack.d.ts +1 -1
- package/dist/ts4.2/src/room/track/RemoteTrackPublication.d.ts +1 -1
- package/dist/ts4.2/src/room/track/RemoteVideoTrack.d.ts +1 -1
- package/dist/ts4.2/src/room/track/Track.d.ts +3 -1
- package/dist/ts4.2/src/room/types.d.ts +5 -0
- package/dist/ts4.2/src/room/utils.d.ts +4 -0
- package/package.json +21 -20
- package/src/api/SignalClient.ts +41 -29
- package/src/connectionHelper/ConnectionCheck.ts +1 -2
- package/src/connectionHelper/checks/Checker.ts +1 -1
- package/src/connectionHelper/checks/reconnect.ts +1 -1
- package/src/index.ts +9 -8
- package/src/proto/google/protobuf/timestamp.ts +15 -6
- package/src/proto/livekit_models.ts +917 -221
- package/src/proto/livekit_rtc.ts +1053 -279
- package/src/room/RTCEngine.ts +171 -47
- package/src/room/ReconnectPolicy.ts +2 -0
- package/src/room/RegionUrlProvider.ts +73 -0
- package/src/room/Room.ts +278 -177
- package/src/room/errors.ts +1 -0
- package/src/room/events.ts +24 -0
- package/src/room/participant/LocalParticipant.ts +30 -7
- package/src/room/participant/Participant.ts +27 -3
- package/src/room/participant/RemoteParticipant.ts +6 -3
- package/src/room/participant/publishUtils.test.ts +1 -1
- package/src/room/participant/publishUtils.ts +1 -1
- package/src/room/track/LocalAudioTrack.ts +14 -7
- package/src/room/track/LocalTrack.ts +23 -9
- package/src/room/track/LocalTrackPublication.ts +1 -1
- package/src/room/track/LocalVideoTrack.ts +15 -9
- package/src/room/track/RemoteAudioTrack.ts +1 -1
- package/src/room/track/RemoteTrackPublication.ts +4 -3
- package/src/room/track/RemoteVideoTrack.test.ts +1 -1
- package/src/room/track/RemoteVideoTrack.ts +8 -7
- package/src/room/track/Track.ts +46 -31
- package/src/room/track/create.ts +2 -2
- package/src/room/types.ts +17 -0
- package/src/room/utils.ts +53 -0
@@ -248,6 +248,7 @@ export interface UpdateVideoLayers {
|
|
248
248
|
}
|
249
249
|
export interface UpdateParticipantMetadata {
|
250
250
|
metadata: string;
|
251
|
+
name: string;
|
251
252
|
}
|
252
253
|
export interface ICEServer {
|
253
254
|
urls: string[];
|
@@ -335,6 +336,9 @@ export interface SimulateScenario {
|
|
335
336
|
} | {
|
336
337
|
$case: "switchCandidateProtocol";
|
337
338
|
switchCandidateProtocol: CandidateProtocol;
|
339
|
+
} | {
|
340
|
+
$case: "subscriberBandwidth";
|
341
|
+
subscriberBandwidth: number;
|
338
342
|
};
|
339
343
|
}
|
340
344
|
export interface Ping {
|
@@ -347,6 +351,14 @@ export interface Pong {
|
|
347
351
|
lastPingTimestamp: number;
|
348
352
|
timestamp: number;
|
349
353
|
}
|
354
|
+
export interface RegionSettings {
|
355
|
+
regions: RegionInfo[];
|
356
|
+
}
|
357
|
+
export interface RegionInfo {
|
358
|
+
region: string;
|
359
|
+
url: string;
|
360
|
+
distance: number;
|
361
|
+
}
|
350
362
|
export declare const SignalRequest: {
|
351
363
|
encode(message: SignalRequest, writer?: _m0.Writer): _m0.Writer;
|
352
364
|
decode(input: _m0.Reader | Uint8Array, length?: number): SignalRequest;
|
@@ -551,6 +563,10 @@ export declare const SignalRequest: {
|
|
551
563
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
552
564
|
} & {
|
553
565
|
$case: "switchCandidateProtocol";
|
566
|
+
}) | ({
|
567
|
+
subscriberBandwidth?: number | undefined;
|
568
|
+
} & {
|
569
|
+
$case: "subscriberBandwidth";
|
554
570
|
}) | undefined;
|
555
571
|
} | undefined;
|
556
572
|
} & {
|
@@ -562,6 +578,7 @@ export declare const SignalRequest: {
|
|
562
578
|
}) | ({
|
563
579
|
updateMetadata?: {
|
564
580
|
metadata?: string | undefined;
|
581
|
+
name?: string | undefined;
|
565
582
|
} | undefined;
|
566
583
|
} & {
|
567
584
|
$case: "updateMetadata";
|
@@ -1389,6 +1406,10 @@ export declare const SignalRequest: {
|
|
1389
1406
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1390
1407
|
} & {
|
1391
1408
|
$case: "switchCandidateProtocol";
|
1409
|
+
}) | ({
|
1410
|
+
subscriberBandwidth?: number | undefined;
|
1411
|
+
} & {
|
1412
|
+
$case: "subscriberBandwidth";
|
1392
1413
|
}) | undefined;
|
1393
1414
|
} | undefined;
|
1394
1415
|
} & {
|
@@ -1415,6 +1436,10 @@ export declare const SignalRequest: {
|
|
1415
1436
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1416
1437
|
} & {
|
1417
1438
|
$case: "switchCandidateProtocol";
|
1439
|
+
}) | ({
|
1440
|
+
subscriberBandwidth?: number | undefined;
|
1441
|
+
} & {
|
1442
|
+
$case: "subscriberBandwidth";
|
1418
1443
|
}) | undefined;
|
1419
1444
|
} & {
|
1420
1445
|
scenario?: ({
|
@@ -1452,30 +1477,40 @@ export declare const SignalRequest: {
|
|
1452
1477
|
} & {
|
1453
1478
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1454
1479
|
$case: "switchCandidateProtocol";
|
1455
|
-
} & { [K_58 in Exclude<keyof I["message"]["simulate"]["scenario"], "switchCandidateProtocol" | "$case">]: never; }) |
|
1456
|
-
|
1480
|
+
} & { [K_58 in Exclude<keyof I["message"]["simulate"]["scenario"], "switchCandidateProtocol" | "$case">]: never; }) | ({
|
1481
|
+
subscriberBandwidth?: number | undefined;
|
1482
|
+
} & {
|
1483
|
+
$case: "subscriberBandwidth";
|
1484
|
+
} & {
|
1485
|
+
subscriberBandwidth?: number | undefined;
|
1486
|
+
$case: "subscriberBandwidth";
|
1487
|
+
} & { [K_59 in Exclude<keyof I["message"]["simulate"]["scenario"], "subscriberBandwidth" | "$case">]: never; }) | undefined;
|
1488
|
+
} & { [K_60 in Exclude<keyof I["message"]["simulate"], "scenario">]: never; }) | undefined;
|
1457
1489
|
$case: "simulate";
|
1458
|
-
} & { [
|
1490
|
+
} & { [K_61 in Exclude<keyof I["message"], "simulate" | "$case">]: never; }) | ({
|
1459
1491
|
ping?: number | undefined;
|
1460
1492
|
} & {
|
1461
1493
|
$case: "ping";
|
1462
1494
|
} & {
|
1463
1495
|
ping?: number | undefined;
|
1464
1496
|
$case: "ping";
|
1465
|
-
} & { [
|
1497
|
+
} & { [K_62 in Exclude<keyof I["message"], "ping" | "$case">]: never; }) | ({
|
1466
1498
|
updateMetadata?: {
|
1467
1499
|
metadata?: string | undefined;
|
1500
|
+
name?: string | undefined;
|
1468
1501
|
} | undefined;
|
1469
1502
|
} & {
|
1470
1503
|
$case: "updateMetadata";
|
1471
1504
|
} & {
|
1472
1505
|
updateMetadata?: ({
|
1473
1506
|
metadata?: string | undefined;
|
1507
|
+
name?: string | undefined;
|
1474
1508
|
} & {
|
1475
1509
|
metadata?: string | undefined;
|
1476
|
-
|
1510
|
+
name?: string | undefined;
|
1511
|
+
} & { [K_63 in Exclude<keyof I["message"]["updateMetadata"], keyof UpdateParticipantMetadata>]: never; }) | undefined;
|
1477
1512
|
$case: "updateMetadata";
|
1478
|
-
} & { [
|
1513
|
+
} & { [K_64 in Exclude<keyof I["message"], "updateMetadata" | "$case">]: never; }) | ({
|
1479
1514
|
pingReq?: {
|
1480
1515
|
timestamp?: number | undefined;
|
1481
1516
|
rtt?: number | undefined;
|
@@ -1489,10 +1524,10 @@ export declare const SignalRequest: {
|
|
1489
1524
|
} & {
|
1490
1525
|
timestamp?: number | undefined;
|
1491
1526
|
rtt?: number | undefined;
|
1492
|
-
} & { [
|
1527
|
+
} & { [K_65 in Exclude<keyof I["message"]["pingReq"], keyof Ping>]: never; }) | undefined;
|
1493
1528
|
$case: "pingReq";
|
1494
|
-
} & { [
|
1495
|
-
} & { [
|
1529
|
+
} & { [K_66 in Exclude<keyof I["message"], "pingReq" | "$case">]: never; }) | undefined;
|
1530
|
+
} & { [K_67 in Exclude<keyof I, "message">]: never; }>(base?: I | undefined): SignalRequest;
|
1496
1531
|
fromPartial<I_1 extends {
|
1497
1532
|
message?: ({
|
1498
1533
|
offer?: {
|
@@ -1692,6 +1727,10 @@ export declare const SignalRequest: {
|
|
1692
1727
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1693
1728
|
} & {
|
1694
1729
|
$case: "switchCandidateProtocol";
|
1730
|
+
}) | ({
|
1731
|
+
subscriberBandwidth?: number | undefined;
|
1732
|
+
} & {
|
1733
|
+
$case: "subscriberBandwidth";
|
1695
1734
|
}) | undefined;
|
1696
1735
|
} | undefined;
|
1697
1736
|
} & {
|
@@ -1703,6 +1742,7 @@ export declare const SignalRequest: {
|
|
1703
1742
|
}) | ({
|
1704
1743
|
updateMetadata?: {
|
1705
1744
|
metadata?: string | undefined;
|
1745
|
+
name?: string | undefined;
|
1706
1746
|
} | undefined;
|
1707
1747
|
} & {
|
1708
1748
|
$case: "updateMetadata";
|
@@ -1729,9 +1769,9 @@ export declare const SignalRequest: {
|
|
1729
1769
|
} & {
|
1730
1770
|
type?: string | undefined;
|
1731
1771
|
sdp?: string | undefined;
|
1732
|
-
} & { [
|
1772
|
+
} & { [K_68 in Exclude<keyof I_1["message"]["offer"], keyof SessionDescription>]: never; }) | undefined;
|
1733
1773
|
$case: "offer";
|
1734
|
-
} & { [
|
1774
|
+
} & { [K_69 in Exclude<keyof I_1["message"], "offer" | "$case">]: never; }) | ({
|
1735
1775
|
answer?: {
|
1736
1776
|
type?: string | undefined;
|
1737
1777
|
sdp?: string | undefined;
|
@@ -1745,9 +1785,9 @@ export declare const SignalRequest: {
|
|
1745
1785
|
} & {
|
1746
1786
|
type?: string | undefined;
|
1747
1787
|
sdp?: string | undefined;
|
1748
|
-
} & { [
|
1788
|
+
} & { [K_70 in Exclude<keyof I_1["message"]["answer"], keyof SessionDescription>]: never; }) | undefined;
|
1749
1789
|
$case: "answer";
|
1750
|
-
} & { [
|
1790
|
+
} & { [K_71 in Exclude<keyof I_1["message"], "answer" | "$case">]: never; }) | ({
|
1751
1791
|
trickle?: {
|
1752
1792
|
candidateInit?: string | undefined;
|
1753
1793
|
target?: SignalTarget | undefined;
|
@@ -1761,9 +1801,9 @@ export declare const SignalRequest: {
|
|
1761
1801
|
} & {
|
1762
1802
|
candidateInit?: string | undefined;
|
1763
1803
|
target?: SignalTarget | undefined;
|
1764
|
-
} & { [
|
1804
|
+
} & { [K_72 in Exclude<keyof I_1["message"]["trickle"], keyof TrickleRequest>]: never; }) | undefined;
|
1765
1805
|
$case: "trickle";
|
1766
|
-
} & { [
|
1806
|
+
} & { [K_73 in Exclude<keyof I_1["message"], "trickle" | "$case">]: never; }) | ({
|
1767
1807
|
addTrack?: {
|
1768
1808
|
cid?: string | undefined;
|
1769
1809
|
name?: string | undefined;
|
@@ -1845,7 +1885,7 @@ export declare const SignalRequest: {
|
|
1845
1885
|
height?: number | undefined;
|
1846
1886
|
bitrate?: number | undefined;
|
1847
1887
|
ssrc?: number | undefined;
|
1848
|
-
} & { [
|
1888
|
+
} & { [K_74 in Exclude<keyof I_1["message"]["addTrack"]["layers"][number], keyof VideoLayer>]: never; })[] & { [K_75 in Exclude<keyof I_1["message"]["addTrack"]["layers"], keyof {
|
1849
1889
|
quality?: VideoQuality | undefined;
|
1850
1890
|
width?: number | undefined;
|
1851
1891
|
height?: number | undefined;
|
@@ -1864,7 +1904,7 @@ export declare const SignalRequest: {
|
|
1864
1904
|
codec?: string | undefined;
|
1865
1905
|
cid?: string | undefined;
|
1866
1906
|
enableSimulcastLayers?: boolean | undefined;
|
1867
|
-
} & { [
|
1907
|
+
} & { [K_76 in Exclude<keyof I_1["message"]["addTrack"]["simulcastCodecs"][number], keyof SimulcastCodec>]: never; })[] & { [K_77 in Exclude<keyof I_1["message"]["addTrack"]["simulcastCodecs"], keyof {
|
1868
1908
|
codec?: string | undefined;
|
1869
1909
|
cid?: string | undefined;
|
1870
1910
|
enableSimulcastLayers?: boolean | undefined;
|
@@ -1873,9 +1913,9 @@ export declare const SignalRequest: {
|
|
1873
1913
|
stereo?: boolean | undefined;
|
1874
1914
|
disableRed?: boolean | undefined;
|
1875
1915
|
encryption?: Encryption_Type | undefined;
|
1876
|
-
} & { [
|
1916
|
+
} & { [K_78 in Exclude<keyof I_1["message"]["addTrack"], keyof AddTrackRequest>]: never; }) | undefined;
|
1877
1917
|
$case: "addTrack";
|
1878
|
-
} & { [
|
1918
|
+
} & { [K_79 in Exclude<keyof I_1["message"], "addTrack" | "$case">]: never; }) | ({
|
1879
1919
|
mute?: {
|
1880
1920
|
sid?: string | undefined;
|
1881
1921
|
muted?: boolean | undefined;
|
@@ -1889,9 +1929,9 @@ export declare const SignalRequest: {
|
|
1889
1929
|
} & {
|
1890
1930
|
sid?: string | undefined;
|
1891
1931
|
muted?: boolean | undefined;
|
1892
|
-
} & { [
|
1932
|
+
} & { [K_80 in Exclude<keyof I_1["message"]["mute"], keyof MuteTrackRequest>]: never; }) | undefined;
|
1893
1933
|
$case: "mute";
|
1894
|
-
} & { [
|
1934
|
+
} & { [K_81 in Exclude<keyof I_1["message"], "mute" | "$case">]: never; }) | ({
|
1895
1935
|
subscription?: {
|
1896
1936
|
trackSids?: string[] | undefined;
|
1897
1937
|
subscribe?: boolean | undefined;
|
@@ -1911,7 +1951,7 @@ export declare const SignalRequest: {
|
|
1911
1951
|
trackSids?: string[] | undefined;
|
1912
1952
|
}[] | undefined;
|
1913
1953
|
} & {
|
1914
|
-
trackSids?: (string[] & string[] & { [
|
1954
|
+
trackSids?: (string[] & string[] & { [K_82 in Exclude<keyof I_1["message"]["subscription"]["trackSids"], keyof string[]>]: never; }) | undefined;
|
1915
1955
|
subscribe?: boolean | undefined;
|
1916
1956
|
participantTracks?: ({
|
1917
1957
|
participantSid?: string | undefined;
|
@@ -1921,14 +1961,14 @@ export declare const SignalRequest: {
|
|
1921
1961
|
trackSids?: string[] | undefined;
|
1922
1962
|
} & {
|
1923
1963
|
participantSid?: string | undefined;
|
1924
|
-
trackSids?: (string[] & string[] & { [
|
1925
|
-
} & { [
|
1964
|
+
trackSids?: (string[] & string[] & { [K_83 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"][number]["trackSids"], keyof string[]>]: never; }) | undefined;
|
1965
|
+
} & { [K_84 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"][number], keyof ParticipantTracks>]: never; })[] & { [K_85 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"], keyof {
|
1926
1966
|
participantSid?: string | undefined;
|
1927
1967
|
trackSids?: string[] | undefined;
|
1928
1968
|
}[]>]: never; }) | undefined;
|
1929
|
-
} & { [
|
1969
|
+
} & { [K_86 in Exclude<keyof I_1["message"]["subscription"], keyof UpdateSubscription>]: never; }) | undefined;
|
1930
1970
|
$case: "subscription";
|
1931
|
-
} & { [
|
1971
|
+
} & { [K_87 in Exclude<keyof I_1["message"], "subscription" | "$case">]: never; }) | ({
|
1932
1972
|
trackSetting?: {
|
1933
1973
|
trackSids?: string[] | undefined;
|
1934
1974
|
disabled?: boolean | undefined;
|
@@ -1950,16 +1990,16 @@ export declare const SignalRequest: {
|
|
1950
1990
|
fps?: number | undefined;
|
1951
1991
|
priority?: number | undefined;
|
1952
1992
|
} & {
|
1953
|
-
trackSids?: (string[] & string[] & { [
|
1993
|
+
trackSids?: (string[] & string[] & { [K_88 in Exclude<keyof I_1["message"]["trackSetting"]["trackSids"], keyof string[]>]: never; }) | undefined;
|
1954
1994
|
disabled?: boolean | undefined;
|
1955
1995
|
quality?: VideoQuality | undefined;
|
1956
1996
|
width?: number | undefined;
|
1957
1997
|
height?: number | undefined;
|
1958
1998
|
fps?: number | undefined;
|
1959
1999
|
priority?: number | undefined;
|
1960
|
-
} & { [
|
2000
|
+
} & { [K_89 in Exclude<keyof I_1["message"]["trackSetting"], keyof UpdateTrackSettings>]: never; }) | undefined;
|
1961
2001
|
$case: "trackSetting";
|
1962
|
-
} & { [
|
2002
|
+
} & { [K_90 in Exclude<keyof I_1["message"], "trackSetting" | "$case">]: never; }) | ({
|
1963
2003
|
leave?: {
|
1964
2004
|
canReconnect?: boolean | undefined;
|
1965
2005
|
reason?: DisconnectReason | undefined;
|
@@ -1973,9 +2013,9 @@ export declare const SignalRequest: {
|
|
1973
2013
|
} & {
|
1974
2014
|
canReconnect?: boolean | undefined;
|
1975
2015
|
reason?: DisconnectReason | undefined;
|
1976
|
-
} & { [
|
2016
|
+
} & { [K_91 in Exclude<keyof I_1["message"]["leave"], keyof LeaveRequest>]: never; }) | undefined;
|
1977
2017
|
$case: "leave";
|
1978
|
-
} & { [
|
2018
|
+
} & { [K_92 in Exclude<keyof I_1["message"], "leave" | "$case">]: never; }) | ({
|
1979
2019
|
updateLayers?: {
|
1980
2020
|
trackSid?: string | undefined;
|
1981
2021
|
layers?: {
|
@@ -2018,16 +2058,16 @@ export declare const SignalRequest: {
|
|
2018
2058
|
height?: number | undefined;
|
2019
2059
|
bitrate?: number | undefined;
|
2020
2060
|
ssrc?: number | undefined;
|
2021
|
-
} & { [
|
2061
|
+
} & { [K_93 in Exclude<keyof I_1["message"]["updateLayers"]["layers"][number], keyof VideoLayer>]: never; })[] & { [K_94 in Exclude<keyof I_1["message"]["updateLayers"]["layers"], keyof {
|
2022
2062
|
quality?: VideoQuality | undefined;
|
2023
2063
|
width?: number | undefined;
|
2024
2064
|
height?: number | undefined;
|
2025
2065
|
bitrate?: number | undefined;
|
2026
2066
|
ssrc?: number | undefined;
|
2027
2067
|
}[]>]: never; }) | undefined;
|
2028
|
-
} & { [
|
2068
|
+
} & { [K_95 in Exclude<keyof I_1["message"]["updateLayers"], keyof UpdateVideoLayers>]: never; }) | undefined;
|
2029
2069
|
$case: "updateLayers";
|
2030
|
-
} & { [
|
2070
|
+
} & { [K_96 in Exclude<keyof I_1["message"], "updateLayers" | "$case">]: never; }) | ({
|
2031
2071
|
subscriptionPermission?: {
|
2032
2072
|
allParticipants?: boolean | undefined;
|
2033
2073
|
trackPermissions?: {
|
@@ -2063,17 +2103,17 @@ export declare const SignalRequest: {
|
|
2063
2103
|
} & {
|
2064
2104
|
participantSid?: string | undefined;
|
2065
2105
|
allTracks?: boolean | undefined;
|
2066
|
-
trackSids?: (string[] & string[] & { [
|
2106
|
+
trackSids?: (string[] & string[] & { [K_97 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"][number]["trackSids"], keyof string[]>]: never; }) | undefined;
|
2067
2107
|
participantIdentity?: string | undefined;
|
2068
|
-
} & { [
|
2108
|
+
} & { [K_98 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"][number], keyof TrackPermission>]: never; })[] & { [K_99 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"], keyof {
|
2069
2109
|
participantSid?: string | undefined;
|
2070
2110
|
allTracks?: boolean | undefined;
|
2071
2111
|
trackSids?: string[] | undefined;
|
2072
2112
|
participantIdentity?: string | undefined;
|
2073
2113
|
}[]>]: never; }) | undefined;
|
2074
|
-
} & { [
|
2114
|
+
} & { [K_100 in Exclude<keyof I_1["message"]["subscriptionPermission"], keyof SubscriptionPermission>]: never; }) | undefined;
|
2075
2115
|
$case: "subscriptionPermission";
|
2076
|
-
} & { [
|
2116
|
+
} & { [K_101 in Exclude<keyof I_1["message"], "subscriptionPermission" | "$case">]: never; }) | ({
|
2077
2117
|
syncState?: {
|
2078
2118
|
answer?: {
|
2079
2119
|
type?: string | undefined;
|
@@ -2205,7 +2245,7 @@ export declare const SignalRequest: {
|
|
2205
2245
|
} & {
|
2206
2246
|
type?: string | undefined;
|
2207
2247
|
sdp?: string | undefined;
|
2208
|
-
} & { [
|
2248
|
+
} & { [K_102 in Exclude<keyof I_1["message"]["syncState"]["answer"], keyof SessionDescription>]: never; }) | undefined;
|
2209
2249
|
subscription?: ({
|
2210
2250
|
trackSids?: string[] | undefined;
|
2211
2251
|
subscribe?: boolean | undefined;
|
@@ -2214,7 +2254,7 @@ export declare const SignalRequest: {
|
|
2214
2254
|
trackSids?: string[] | undefined;
|
2215
2255
|
}[] | undefined;
|
2216
2256
|
} & {
|
2217
|
-
trackSids?: (string[] & string[] & { [
|
2257
|
+
trackSids?: (string[] & string[] & { [K_103 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["trackSids"], keyof string[]>]: never; }) | undefined;
|
2218
2258
|
subscribe?: boolean | undefined;
|
2219
2259
|
participantTracks?: ({
|
2220
2260
|
participantSid?: string | undefined;
|
@@ -2224,12 +2264,12 @@ export declare const SignalRequest: {
|
|
2224
2264
|
trackSids?: string[] | undefined;
|
2225
2265
|
} & {
|
2226
2266
|
participantSid?: string | undefined;
|
2227
|
-
trackSids?: (string[] & string[] & { [
|
2228
|
-
} & { [
|
2267
|
+
trackSids?: (string[] & string[] & { [K_104 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"][number]["trackSids"], keyof string[]>]: never; }) | undefined;
|
2268
|
+
} & { [K_105 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"][number], keyof ParticipantTracks>]: never; })[] & { [K_106 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"], keyof {
|
2229
2269
|
participantSid?: string | undefined;
|
2230
2270
|
trackSids?: string[] | undefined;
|
2231
2271
|
}[]>]: never; }) | undefined;
|
2232
|
-
} & { [
|
2272
|
+
} & { [K_107 in Exclude<keyof I_1["message"]["syncState"]["subscription"], keyof UpdateSubscription>]: never; }) | undefined;
|
2233
2273
|
publishTracks?: ({
|
2234
2274
|
cid?: string | undefined;
|
2235
2275
|
track?: {
|
@@ -2368,7 +2408,7 @@ export declare const SignalRequest: {
|
|
2368
2408
|
height?: number | undefined;
|
2369
2409
|
bitrate?: number | undefined;
|
2370
2410
|
ssrc?: number | undefined;
|
2371
|
-
} & { [
|
2411
|
+
} & { [K_108 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["layers"][number], keyof VideoLayer>]: never; })[] & { [K_109 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["layers"], keyof {
|
2372
2412
|
quality?: VideoQuality | undefined;
|
2373
2413
|
width?: number | undefined;
|
2374
2414
|
height?: number | undefined;
|
@@ -2421,14 +2461,14 @@ export declare const SignalRequest: {
|
|
2421
2461
|
height?: number | undefined;
|
2422
2462
|
bitrate?: number | undefined;
|
2423
2463
|
ssrc?: number | undefined;
|
2424
|
-
} & { [
|
2464
|
+
} & { [K_110 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number]["layers"][number], keyof VideoLayer>]: never; })[] & { [K_111 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number]["layers"], keyof {
|
2425
2465
|
quality?: VideoQuality | undefined;
|
2426
2466
|
width?: number | undefined;
|
2427
2467
|
height?: number | undefined;
|
2428
2468
|
bitrate?: number | undefined;
|
2429
2469
|
ssrc?: number | undefined;
|
2430
2470
|
}[]>]: never; }) | undefined;
|
2431
|
-
} & { [
|
2471
|
+
} & { [K_112 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number], keyof import("./livekit_models").SimulcastCodecInfo>]: never; })[] & { [K_113 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"], keyof {
|
2432
2472
|
mimeType?: string | undefined;
|
2433
2473
|
mid?: string | undefined;
|
2434
2474
|
cid?: string | undefined;
|
@@ -2443,8 +2483,8 @@ export declare const SignalRequest: {
|
|
2443
2483
|
stereo?: boolean | undefined;
|
2444
2484
|
disableRed?: boolean | undefined;
|
2445
2485
|
encryption?: Encryption_Type | undefined;
|
2446
|
-
} & { [
|
2447
|
-
} & { [
|
2486
|
+
} & { [K_114 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"], keyof TrackInfo>]: never; }) | undefined;
|
2487
|
+
} & { [K_115 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number], keyof TrackPublishedResponse>]: never; })[] & { [K_116 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"], keyof {
|
2448
2488
|
cid?: string | undefined;
|
2449
2489
|
track?: {
|
2450
2490
|
sid?: string | undefined;
|
@@ -2494,7 +2534,7 @@ export declare const SignalRequest: {
|
|
2494
2534
|
label?: string | undefined;
|
2495
2535
|
id?: number | undefined;
|
2496
2536
|
target?: SignalTarget | undefined;
|
2497
|
-
} & { [
|
2537
|
+
} & { [K_117 in Exclude<keyof I_1["message"]["syncState"]["dataChannels"][number], keyof DataChannelInfo>]: never; })[] & { [K_118 in Exclude<keyof I_1["message"]["syncState"]["dataChannels"], keyof {
|
2498
2538
|
label?: string | undefined;
|
2499
2539
|
id?: number | undefined;
|
2500
2540
|
target?: SignalTarget | undefined;
|
@@ -2505,10 +2545,10 @@ export declare const SignalRequest: {
|
|
2505
2545
|
} & {
|
2506
2546
|
type?: string | undefined;
|
2507
2547
|
sdp?: string | undefined;
|
2508
|
-
} & { [
|
2509
|
-
} & { [
|
2548
|
+
} & { [K_119 in Exclude<keyof I_1["message"]["syncState"]["offer"], keyof SessionDescription>]: never; }) | undefined;
|
2549
|
+
} & { [K_120 in Exclude<keyof I_1["message"]["syncState"], keyof SyncState>]: never; }) | undefined;
|
2510
2550
|
$case: "syncState";
|
2511
|
-
} & { [
|
2551
|
+
} & { [K_121 in Exclude<keyof I_1["message"], "syncState" | "$case">]: never; }) | ({
|
2512
2552
|
simulate?: {
|
2513
2553
|
scenario?: ({
|
2514
2554
|
speakerUpdate?: number | undefined;
|
@@ -2530,6 +2570,10 @@ export declare const SignalRequest: {
|
|
2530
2570
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2531
2571
|
} & {
|
2532
2572
|
$case: "switchCandidateProtocol";
|
2573
|
+
}) | ({
|
2574
|
+
subscriberBandwidth?: number | undefined;
|
2575
|
+
} & {
|
2576
|
+
$case: "subscriberBandwidth";
|
2533
2577
|
}) | undefined;
|
2534
2578
|
} | undefined;
|
2535
2579
|
} & {
|
@@ -2556,6 +2600,10 @@ export declare const SignalRequest: {
|
|
2556
2600
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2557
2601
|
} & {
|
2558
2602
|
$case: "switchCandidateProtocol";
|
2603
|
+
}) | ({
|
2604
|
+
subscriberBandwidth?: number | undefined;
|
2605
|
+
} & {
|
2606
|
+
$case: "subscriberBandwidth";
|
2559
2607
|
}) | undefined;
|
2560
2608
|
} & {
|
2561
2609
|
scenario?: ({
|
@@ -2565,58 +2613,68 @@ export declare const SignalRequest: {
|
|
2565
2613
|
} & {
|
2566
2614
|
speakerUpdate?: number | undefined;
|
2567
2615
|
$case: "speakerUpdate";
|
2568
|
-
} & { [
|
2616
|
+
} & { [K_122 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "speakerUpdate" | "$case">]: never; }) | ({
|
2569
2617
|
nodeFailure?: boolean | undefined;
|
2570
2618
|
} & {
|
2571
2619
|
$case: "nodeFailure";
|
2572
2620
|
} & {
|
2573
2621
|
nodeFailure?: boolean | undefined;
|
2574
2622
|
$case: "nodeFailure";
|
2575
|
-
} & { [
|
2623
|
+
} & { [K_123 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "nodeFailure" | "$case">]: never; }) | ({
|
2576
2624
|
migration?: boolean | undefined;
|
2577
2625
|
} & {
|
2578
2626
|
$case: "migration";
|
2579
2627
|
} & {
|
2580
2628
|
migration?: boolean | undefined;
|
2581
2629
|
$case: "migration";
|
2582
|
-
} & { [
|
2630
|
+
} & { [K_124 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "migration" | "$case">]: never; }) | ({
|
2583
2631
|
serverLeave?: boolean | undefined;
|
2584
2632
|
} & {
|
2585
2633
|
$case: "serverLeave";
|
2586
2634
|
} & {
|
2587
2635
|
serverLeave?: boolean | undefined;
|
2588
2636
|
$case: "serverLeave";
|
2589
|
-
} & { [
|
2637
|
+
} & { [K_125 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "serverLeave" | "$case">]: never; }) | ({
|
2590
2638
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2591
2639
|
} & {
|
2592
2640
|
$case: "switchCandidateProtocol";
|
2593
2641
|
} & {
|
2594
2642
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2595
2643
|
$case: "switchCandidateProtocol";
|
2596
|
-
} & { [
|
2597
|
-
|
2644
|
+
} & { [K_126 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "switchCandidateProtocol" | "$case">]: never; }) | ({
|
2645
|
+
subscriberBandwidth?: number | undefined;
|
2646
|
+
} & {
|
2647
|
+
$case: "subscriberBandwidth";
|
2648
|
+
} & {
|
2649
|
+
subscriberBandwidth?: number | undefined;
|
2650
|
+
$case: "subscriberBandwidth";
|
2651
|
+
} & { [K_127 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "subscriberBandwidth" | "$case">]: never; }) | undefined;
|
2652
|
+
} & { [K_128 in Exclude<keyof I_1["message"]["simulate"], "scenario">]: never; }) | undefined;
|
2598
2653
|
$case: "simulate";
|
2599
|
-
} & { [
|
2654
|
+
} & { [K_129 in Exclude<keyof I_1["message"], "simulate" | "$case">]: never; }) | ({
|
2600
2655
|
ping?: number | undefined;
|
2601
2656
|
} & {
|
2602
2657
|
$case: "ping";
|
2603
2658
|
} & {
|
2604
2659
|
ping?: number | undefined;
|
2605
2660
|
$case: "ping";
|
2606
|
-
} & { [
|
2661
|
+
} & { [K_130 in Exclude<keyof I_1["message"], "ping" | "$case">]: never; }) | ({
|
2607
2662
|
updateMetadata?: {
|
2608
2663
|
metadata?: string | undefined;
|
2664
|
+
name?: string | undefined;
|
2609
2665
|
} | undefined;
|
2610
2666
|
} & {
|
2611
2667
|
$case: "updateMetadata";
|
2612
2668
|
} & {
|
2613
2669
|
updateMetadata?: ({
|
2614
2670
|
metadata?: string | undefined;
|
2671
|
+
name?: string | undefined;
|
2615
2672
|
} & {
|
2616
2673
|
metadata?: string | undefined;
|
2617
|
-
|
2674
|
+
name?: string | undefined;
|
2675
|
+
} & { [K_131 in Exclude<keyof I_1["message"]["updateMetadata"], keyof UpdateParticipantMetadata>]: never; }) | undefined;
|
2618
2676
|
$case: "updateMetadata";
|
2619
|
-
} & { [
|
2677
|
+
} & { [K_132 in Exclude<keyof I_1["message"], "updateMetadata" | "$case">]: never; }) | ({
|
2620
2678
|
pingReq?: {
|
2621
2679
|
timestamp?: number | undefined;
|
2622
2680
|
rtt?: number | undefined;
|
@@ -2630,10 +2688,10 @@ export declare const SignalRequest: {
|
|
2630
2688
|
} & {
|
2631
2689
|
timestamp?: number | undefined;
|
2632
2690
|
rtt?: number | undefined;
|
2633
|
-
} & { [
|
2691
|
+
} & { [K_133 in Exclude<keyof I_1["message"]["pingReq"], keyof Ping>]: never; }) | undefined;
|
2634
2692
|
$case: "pingReq";
|
2635
|
-
} & { [
|
2636
|
-
} & { [
|
2693
|
+
} & { [K_134 in Exclude<keyof I_1["message"], "pingReq" | "$case">]: never; }) | undefined;
|
2694
|
+
} & { [K_135 in Exclude<keyof I_1, "message">]: never; }>(object: I_1): SignalRequest;
|
2637
2695
|
};
|
2638
2696
|
export declare const SignalResponse: {
|
2639
2697
|
encode(message: SignalResponse, writer?: _m0.Writer): _m0.Writer;
|
@@ -2656,6 +2714,7 @@ export declare const SignalResponse: {
|
|
2656
2714
|
}[] | undefined;
|
2657
2715
|
metadata?: string | undefined;
|
2658
2716
|
numParticipants?: number | undefined;
|
2717
|
+
numPublishers?: number | undefined;
|
2659
2718
|
activeRecording?: boolean | undefined;
|
2660
2719
|
} | undefined;
|
2661
2720
|
participant?: {
|
@@ -2708,6 +2767,7 @@ export declare const SignalResponse: {
|
|
2708
2767
|
canPublishSources?: TrackSource[] | undefined;
|
2709
2768
|
hidden?: boolean | undefined;
|
2710
2769
|
recorder?: boolean | undefined;
|
2770
|
+
canUpdateMetadata?: boolean | undefined;
|
2711
2771
|
} | undefined;
|
2712
2772
|
region?: string | undefined;
|
2713
2773
|
isPublisher?: boolean | undefined;
|
@@ -2762,6 +2822,7 @@ export declare const SignalResponse: {
|
|
2762
2822
|
canPublishSources?: TrackSource[] | undefined;
|
2763
2823
|
hidden?: boolean | undefined;
|
2764
2824
|
recorder?: boolean | undefined;
|
2825
|
+
canUpdateMetadata?: boolean | undefined;
|
2765
2826
|
} | undefined;
|
2766
2827
|
region?: string | undefined;
|
2767
2828
|
isPublisher?: boolean | undefined;
|
@@ -2877,6 +2938,7 @@ export declare const SignalResponse: {
|
|
2877
2938
|
canPublishSources?: TrackSource[] | undefined;
|
2878
2939
|
hidden?: boolean | undefined;
|
2879
2940
|
recorder?: boolean | undefined;
|
2941
|
+
canUpdateMetadata?: boolean | undefined;
|
2880
2942
|
} | undefined;
|
2881
2943
|
region?: string | undefined;
|
2882
2944
|
isPublisher?: boolean | undefined;
|
@@ -2964,6 +3026,7 @@ export declare const SignalResponse: {
|
|
2964
3026
|
}[] | undefined;
|
2965
3027
|
metadata?: string | undefined;
|
2966
3028
|
numParticipants?: number | undefined;
|
3029
|
+
numPublishers?: number | undefined;
|
2967
3030
|
activeRecording?: boolean | undefined;
|
2968
3031
|
} | undefined;
|
2969
3032
|
} | undefined;
|
@@ -3078,6 +3141,7 @@ export declare const SignalResponse: {
|
|
3078
3141
|
}[] | undefined;
|
3079
3142
|
metadata?: string | undefined;
|
3080
3143
|
numParticipants?: number | undefined;
|
3144
|
+
numPublishers?: number | undefined;
|
3081
3145
|
activeRecording?: boolean | undefined;
|
3082
3146
|
} | undefined;
|
3083
3147
|
participant?: {
|
@@ -3130,6 +3194,7 @@ export declare const SignalResponse: {
|
|
3130
3194
|
canPublishSources?: TrackSource[] | undefined;
|
3131
3195
|
hidden?: boolean | undefined;
|
3132
3196
|
recorder?: boolean | undefined;
|
3197
|
+
canUpdateMetadata?: boolean | undefined;
|
3133
3198
|
} | undefined;
|
3134
3199
|
region?: string | undefined;
|
3135
3200
|
isPublisher?: boolean | undefined;
|
@@ -3184,6 +3249,7 @@ export declare const SignalResponse: {
|
|
3184
3249
|
canPublishSources?: TrackSource[] | undefined;
|
3185
3250
|
hidden?: boolean | undefined;
|
3186
3251
|
recorder?: boolean | undefined;
|
3252
|
+
canUpdateMetadata?: boolean | undefined;
|
3187
3253
|
} | undefined;
|
3188
3254
|
region?: string | undefined;
|
3189
3255
|
isPublisher?: boolean | undefined;
|
@@ -3241,6 +3307,7 @@ export declare const SignalResponse: {
|
|
3241
3307
|
}[] | undefined;
|
3242
3308
|
metadata?: string | undefined;
|
3243
3309
|
numParticipants?: number | undefined;
|
3310
|
+
numPublishers?: number | undefined;
|
3244
3311
|
activeRecording?: boolean | undefined;
|
3245
3312
|
} | undefined;
|
3246
3313
|
participant?: {
|
@@ -3293,6 +3360,7 @@ export declare const SignalResponse: {
|
|
3293
3360
|
canPublishSources?: TrackSource[] | undefined;
|
3294
3361
|
hidden?: boolean | undefined;
|
3295
3362
|
recorder?: boolean | undefined;
|
3363
|
+
canUpdateMetadata?: boolean | undefined;
|
3296
3364
|
} | undefined;
|
3297
3365
|
region?: string | undefined;
|
3298
3366
|
isPublisher?: boolean | undefined;
|
@@ -3347,6 +3415,7 @@ export declare const SignalResponse: {
|
|
3347
3415
|
canPublishSources?: TrackSource[] | undefined;
|
3348
3416
|
hidden?: boolean | undefined;
|
3349
3417
|
recorder?: boolean | undefined;
|
3418
|
+
canUpdateMetadata?: boolean | undefined;
|
3350
3419
|
} | undefined;
|
3351
3420
|
region?: string | undefined;
|
3352
3421
|
isPublisher?: boolean | undefined;
|
@@ -3400,6 +3469,7 @@ export declare const SignalResponse: {
|
|
3400
3469
|
}[] | undefined;
|
3401
3470
|
metadata?: string | undefined;
|
3402
3471
|
numParticipants?: number | undefined;
|
3472
|
+
numPublishers?: number | undefined;
|
3403
3473
|
activeRecording?: boolean | undefined;
|
3404
3474
|
} & {
|
3405
3475
|
sid?: string | undefined;
|
@@ -3423,6 +3493,7 @@ export declare const SignalResponse: {
|
|
3423
3493
|
}[]>]: never; }) | undefined;
|
3424
3494
|
metadata?: string | undefined;
|
3425
3495
|
numParticipants?: number | undefined;
|
3496
|
+
numPublishers?: number | undefined;
|
3426
3497
|
activeRecording?: boolean | undefined;
|
3427
3498
|
} & { [K_2 in Exclude<keyof I["message"]["join"]["room"], keyof Room>]: never; }) | undefined;
|
3428
3499
|
participant?: ({
|
@@ -3475,6 +3546,7 @@ export declare const SignalResponse: {
|
|
3475
3546
|
canPublishSources?: TrackSource[] | undefined;
|
3476
3547
|
hidden?: boolean | undefined;
|
3477
3548
|
recorder?: boolean | undefined;
|
3549
|
+
canUpdateMetadata?: boolean | undefined;
|
3478
3550
|
} | undefined;
|
3479
3551
|
region?: string | undefined;
|
3480
3552
|
isPublisher?: boolean | undefined;
|
@@ -3699,6 +3771,7 @@ export declare const SignalResponse: {
|
|
3699
3771
|
canPublishSources?: TrackSource[] | undefined;
|
3700
3772
|
hidden?: boolean | undefined;
|
3701
3773
|
recorder?: boolean | undefined;
|
3774
|
+
canUpdateMetadata?: boolean | undefined;
|
3702
3775
|
} & {
|
3703
3776
|
canSubscribe?: boolean | undefined;
|
3704
3777
|
canPublish?: boolean | undefined;
|
@@ -3706,6 +3779,7 @@ export declare const SignalResponse: {
|
|
3706
3779
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_11 in Exclude<keyof I["message"]["join"]["participant"]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
3707
3780
|
hidden?: boolean | undefined;
|
3708
3781
|
recorder?: boolean | undefined;
|
3782
|
+
canUpdateMetadata?: boolean | undefined;
|
3709
3783
|
} & { [K_12 in Exclude<keyof I["message"]["join"]["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
3710
3784
|
region?: string | undefined;
|
3711
3785
|
isPublisher?: boolean | undefined;
|
@@ -3760,6 +3834,7 @@ export declare const SignalResponse: {
|
|
3760
3834
|
canPublishSources?: TrackSource[] | undefined;
|
3761
3835
|
hidden?: boolean | undefined;
|
3762
3836
|
recorder?: boolean | undefined;
|
3837
|
+
canUpdateMetadata?: boolean | undefined;
|
3763
3838
|
} | undefined;
|
3764
3839
|
region?: string | undefined;
|
3765
3840
|
isPublisher?: boolean | undefined;
|
@@ -3813,6 +3888,7 @@ export declare const SignalResponse: {
|
|
3813
3888
|
canPublishSources?: TrackSource[] | undefined;
|
3814
3889
|
hidden?: boolean | undefined;
|
3815
3890
|
recorder?: boolean | undefined;
|
3891
|
+
canUpdateMetadata?: boolean | undefined;
|
3816
3892
|
} | undefined;
|
3817
3893
|
region?: string | undefined;
|
3818
3894
|
isPublisher?: boolean | undefined;
|
@@ -4037,6 +4113,7 @@ export declare const SignalResponse: {
|
|
4037
4113
|
canPublishSources?: TrackSource[] | undefined;
|
4038
4114
|
hidden?: boolean | undefined;
|
4039
4115
|
recorder?: boolean | undefined;
|
4116
|
+
canUpdateMetadata?: boolean | undefined;
|
4040
4117
|
} & {
|
4041
4118
|
canSubscribe?: boolean | undefined;
|
4042
4119
|
canPublish?: boolean | undefined;
|
@@ -4044,6 +4121,7 @@ export declare const SignalResponse: {
|
|
4044
4121
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_22 in Exclude<keyof I["message"]["join"]["otherParticipants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
4045
4122
|
hidden?: boolean | undefined;
|
4046
4123
|
recorder?: boolean | undefined;
|
4124
|
+
canUpdateMetadata?: boolean | undefined;
|
4047
4125
|
} & { [K_23 in Exclude<keyof I["message"]["join"]["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
4048
4126
|
region?: string | undefined;
|
4049
4127
|
isPublisher?: boolean | undefined;
|
@@ -4097,6 +4175,7 @@ export declare const SignalResponse: {
|
|
4097
4175
|
canPublishSources?: TrackSource[] | undefined;
|
4098
4176
|
hidden?: boolean | undefined;
|
4099
4177
|
recorder?: boolean | undefined;
|
4178
|
+
canUpdateMetadata?: boolean | undefined;
|
4100
4179
|
} | undefined;
|
4101
4180
|
region?: string | undefined;
|
4102
4181
|
isPublisher?: boolean | undefined;
|
@@ -4290,6 +4369,7 @@ export declare const SignalResponse: {
|
|
4290
4369
|
canPublishSources?: TrackSource[] | undefined;
|
4291
4370
|
hidden?: boolean | undefined;
|
4292
4371
|
recorder?: boolean | undefined;
|
4372
|
+
canUpdateMetadata?: boolean | undefined;
|
4293
4373
|
} | undefined;
|
4294
4374
|
region?: string | undefined;
|
4295
4375
|
isPublisher?: boolean | undefined;
|
@@ -4349,6 +4429,7 @@ export declare const SignalResponse: {
|
|
4349
4429
|
canPublishSources?: TrackSource[] | undefined;
|
4350
4430
|
hidden?: boolean | undefined;
|
4351
4431
|
recorder?: boolean | undefined;
|
4432
|
+
canUpdateMetadata?: boolean | undefined;
|
4352
4433
|
} | undefined;
|
4353
4434
|
region?: string | undefined;
|
4354
4435
|
isPublisher?: boolean | undefined;
|
@@ -4404,6 +4485,7 @@ export declare const SignalResponse: {
|
|
4404
4485
|
canPublishSources?: TrackSource[] | undefined;
|
4405
4486
|
hidden?: boolean | undefined;
|
4406
4487
|
recorder?: boolean | undefined;
|
4488
|
+
canUpdateMetadata?: boolean | undefined;
|
4407
4489
|
} | undefined;
|
4408
4490
|
region?: string | undefined;
|
4409
4491
|
isPublisher?: boolean | undefined;
|
@@ -4457,6 +4539,7 @@ export declare const SignalResponse: {
|
|
4457
4539
|
canPublishSources?: TrackSource[] | undefined;
|
4458
4540
|
hidden?: boolean | undefined;
|
4459
4541
|
recorder?: boolean | undefined;
|
4542
|
+
canUpdateMetadata?: boolean | undefined;
|
4460
4543
|
} | undefined;
|
4461
4544
|
region?: string | undefined;
|
4462
4545
|
isPublisher?: boolean | undefined;
|
@@ -4681,6 +4764,7 @@ export declare const SignalResponse: {
|
|
4681
4764
|
canPublishSources?: TrackSource[] | undefined;
|
4682
4765
|
hidden?: boolean | undefined;
|
4683
4766
|
recorder?: boolean | undefined;
|
4767
|
+
canUpdateMetadata?: boolean | undefined;
|
4684
4768
|
} & {
|
4685
4769
|
canSubscribe?: boolean | undefined;
|
4686
4770
|
canPublish?: boolean | undefined;
|
@@ -4688,6 +4772,7 @@ export declare const SignalResponse: {
|
|
4688
4772
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_52 in Exclude<keyof I["message"]["update"]["participants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
4689
4773
|
hidden?: boolean | undefined;
|
4690
4774
|
recorder?: boolean | undefined;
|
4775
|
+
canUpdateMetadata?: boolean | undefined;
|
4691
4776
|
} & { [K_53 in Exclude<keyof I["message"]["update"]["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
4692
4777
|
region?: string | undefined;
|
4693
4778
|
isPublisher?: boolean | undefined;
|
@@ -4741,6 +4826,7 @@ export declare const SignalResponse: {
|
|
4741
4826
|
canPublishSources?: TrackSource[] | undefined;
|
4742
4827
|
hidden?: boolean | undefined;
|
4743
4828
|
recorder?: boolean | undefined;
|
4829
|
+
canUpdateMetadata?: boolean | undefined;
|
4744
4830
|
} | undefined;
|
4745
4831
|
region?: string | undefined;
|
4746
4832
|
isPublisher?: boolean | undefined;
|
@@ -5052,6 +5138,7 @@ export declare const SignalResponse: {
|
|
5052
5138
|
}[] | undefined;
|
5053
5139
|
metadata?: string | undefined;
|
5054
5140
|
numParticipants?: number | undefined;
|
5141
|
+
numPublishers?: number | undefined;
|
5055
5142
|
activeRecording?: boolean | undefined;
|
5056
5143
|
} | undefined;
|
5057
5144
|
} | undefined;
|
@@ -5072,6 +5159,7 @@ export declare const SignalResponse: {
|
|
5072
5159
|
}[] | undefined;
|
5073
5160
|
metadata?: string | undefined;
|
5074
5161
|
numParticipants?: number | undefined;
|
5162
|
+
numPublishers?: number | undefined;
|
5075
5163
|
activeRecording?: boolean | undefined;
|
5076
5164
|
} | undefined;
|
5077
5165
|
} & {
|
@@ -5088,6 +5176,7 @@ export declare const SignalResponse: {
|
|
5088
5176
|
}[] | undefined;
|
5089
5177
|
metadata?: string | undefined;
|
5090
5178
|
numParticipants?: number | undefined;
|
5179
|
+
numPublishers?: number | undefined;
|
5091
5180
|
activeRecording?: boolean | undefined;
|
5092
5181
|
} & {
|
5093
5182
|
sid?: string | undefined;
|
@@ -5111,6 +5200,7 @@ export declare const SignalResponse: {
|
|
5111
5200
|
}[]>]: never; }) | undefined;
|
5112
5201
|
metadata?: string | undefined;
|
5113
5202
|
numParticipants?: number | undefined;
|
5203
|
+
numPublishers?: number | undefined;
|
5114
5204
|
activeRecording?: boolean | undefined;
|
5115
5205
|
} & { [K_77 in Exclude<keyof I["message"]["roomUpdate"]["room"], keyof Room>]: never; }) | undefined;
|
5116
5206
|
} & { [K_78 in Exclude<keyof I["message"]["roomUpdate"], "room">]: never; }) | undefined;
|
@@ -5469,6 +5559,7 @@ export declare const SignalResponse: {
|
|
5469
5559
|
}[] | undefined;
|
5470
5560
|
metadata?: string | undefined;
|
5471
5561
|
numParticipants?: number | undefined;
|
5562
|
+
numPublishers?: number | undefined;
|
5472
5563
|
activeRecording?: boolean | undefined;
|
5473
5564
|
} | undefined;
|
5474
5565
|
participant?: {
|
@@ -5521,6 +5612,7 @@ export declare const SignalResponse: {
|
|
5521
5612
|
canPublishSources?: TrackSource[] | undefined;
|
5522
5613
|
hidden?: boolean | undefined;
|
5523
5614
|
recorder?: boolean | undefined;
|
5615
|
+
canUpdateMetadata?: boolean | undefined;
|
5524
5616
|
} | undefined;
|
5525
5617
|
region?: string | undefined;
|
5526
5618
|
isPublisher?: boolean | undefined;
|
@@ -5575,6 +5667,7 @@ export declare const SignalResponse: {
|
|
5575
5667
|
canPublishSources?: TrackSource[] | undefined;
|
5576
5668
|
hidden?: boolean | undefined;
|
5577
5669
|
recorder?: boolean | undefined;
|
5670
|
+
canUpdateMetadata?: boolean | undefined;
|
5578
5671
|
} | undefined;
|
5579
5672
|
region?: string | undefined;
|
5580
5673
|
isPublisher?: boolean | undefined;
|
@@ -5690,6 +5783,7 @@ export declare const SignalResponse: {
|
|
5690
5783
|
canPublishSources?: TrackSource[] | undefined;
|
5691
5784
|
hidden?: boolean | undefined;
|
5692
5785
|
recorder?: boolean | undefined;
|
5786
|
+
canUpdateMetadata?: boolean | undefined;
|
5693
5787
|
} | undefined;
|
5694
5788
|
region?: string | undefined;
|
5695
5789
|
isPublisher?: boolean | undefined;
|
@@ -5777,6 +5871,7 @@ export declare const SignalResponse: {
|
|
5777
5871
|
}[] | undefined;
|
5778
5872
|
metadata?: string | undefined;
|
5779
5873
|
numParticipants?: number | undefined;
|
5874
|
+
numPublishers?: number | undefined;
|
5780
5875
|
activeRecording?: boolean | undefined;
|
5781
5876
|
} | undefined;
|
5782
5877
|
} | undefined;
|
@@ -5891,6 +5986,7 @@ export declare const SignalResponse: {
|
|
5891
5986
|
}[] | undefined;
|
5892
5987
|
metadata?: string | undefined;
|
5893
5988
|
numParticipants?: number | undefined;
|
5989
|
+
numPublishers?: number | undefined;
|
5894
5990
|
activeRecording?: boolean | undefined;
|
5895
5991
|
} | undefined;
|
5896
5992
|
participant?: {
|
@@ -5943,6 +6039,7 @@ export declare const SignalResponse: {
|
|
5943
6039
|
canPublishSources?: TrackSource[] | undefined;
|
5944
6040
|
hidden?: boolean | undefined;
|
5945
6041
|
recorder?: boolean | undefined;
|
6042
|
+
canUpdateMetadata?: boolean | undefined;
|
5946
6043
|
} | undefined;
|
5947
6044
|
region?: string | undefined;
|
5948
6045
|
isPublisher?: boolean | undefined;
|
@@ -5997,6 +6094,7 @@ export declare const SignalResponse: {
|
|
5997
6094
|
canPublishSources?: TrackSource[] | undefined;
|
5998
6095
|
hidden?: boolean | undefined;
|
5999
6096
|
recorder?: boolean | undefined;
|
6097
|
+
canUpdateMetadata?: boolean | undefined;
|
6000
6098
|
} | undefined;
|
6001
6099
|
region?: string | undefined;
|
6002
6100
|
isPublisher?: boolean | undefined;
|
@@ -6054,6 +6152,7 @@ export declare const SignalResponse: {
|
|
6054
6152
|
}[] | undefined;
|
6055
6153
|
metadata?: string | undefined;
|
6056
6154
|
numParticipants?: number | undefined;
|
6155
|
+
numPublishers?: number | undefined;
|
6057
6156
|
activeRecording?: boolean | undefined;
|
6058
6157
|
} | undefined;
|
6059
6158
|
participant?: {
|
@@ -6106,6 +6205,7 @@ export declare const SignalResponse: {
|
|
6106
6205
|
canPublishSources?: TrackSource[] | undefined;
|
6107
6206
|
hidden?: boolean | undefined;
|
6108
6207
|
recorder?: boolean | undefined;
|
6208
|
+
canUpdateMetadata?: boolean | undefined;
|
6109
6209
|
} | undefined;
|
6110
6210
|
region?: string | undefined;
|
6111
6211
|
isPublisher?: boolean | undefined;
|
@@ -6160,6 +6260,7 @@ export declare const SignalResponse: {
|
|
6160
6260
|
canPublishSources?: TrackSource[] | undefined;
|
6161
6261
|
hidden?: boolean | undefined;
|
6162
6262
|
recorder?: boolean | undefined;
|
6263
|
+
canUpdateMetadata?: boolean | undefined;
|
6163
6264
|
} | undefined;
|
6164
6265
|
region?: string | undefined;
|
6165
6266
|
isPublisher?: boolean | undefined;
|
@@ -6213,6 +6314,7 @@ export declare const SignalResponse: {
|
|
6213
6314
|
}[] | undefined;
|
6214
6315
|
metadata?: string | undefined;
|
6215
6316
|
numParticipants?: number | undefined;
|
6317
|
+
numPublishers?: number | undefined;
|
6216
6318
|
activeRecording?: boolean | undefined;
|
6217
6319
|
} & {
|
6218
6320
|
sid?: string | undefined;
|
@@ -6236,6 +6338,7 @@ export declare const SignalResponse: {
|
|
6236
6338
|
}[]>]: never; }) | undefined;
|
6237
6339
|
metadata?: string | undefined;
|
6238
6340
|
numParticipants?: number | undefined;
|
6341
|
+
numPublishers?: number | undefined;
|
6239
6342
|
activeRecording?: boolean | undefined;
|
6240
6343
|
} & { [K_118 in Exclude<keyof I_1["message"]["join"]["room"], keyof Room>]: never; }) | undefined;
|
6241
6344
|
participant?: ({
|
@@ -6288,6 +6391,7 @@ export declare const SignalResponse: {
|
|
6288
6391
|
canPublishSources?: TrackSource[] | undefined;
|
6289
6392
|
hidden?: boolean | undefined;
|
6290
6393
|
recorder?: boolean | undefined;
|
6394
|
+
canUpdateMetadata?: boolean | undefined;
|
6291
6395
|
} | undefined;
|
6292
6396
|
region?: string | undefined;
|
6293
6397
|
isPublisher?: boolean | undefined;
|
@@ -6512,6 +6616,7 @@ export declare const SignalResponse: {
|
|
6512
6616
|
canPublishSources?: TrackSource[] | undefined;
|
6513
6617
|
hidden?: boolean | undefined;
|
6514
6618
|
recorder?: boolean | undefined;
|
6619
|
+
canUpdateMetadata?: boolean | undefined;
|
6515
6620
|
} & {
|
6516
6621
|
canSubscribe?: boolean | undefined;
|
6517
6622
|
canPublish?: boolean | undefined;
|
@@ -6519,6 +6624,7 @@ export declare const SignalResponse: {
|
|
6519
6624
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_127 in Exclude<keyof I_1["message"]["join"]["participant"]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
6520
6625
|
hidden?: boolean | undefined;
|
6521
6626
|
recorder?: boolean | undefined;
|
6627
|
+
canUpdateMetadata?: boolean | undefined;
|
6522
6628
|
} & { [K_128 in Exclude<keyof I_1["message"]["join"]["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
6523
6629
|
region?: string | undefined;
|
6524
6630
|
isPublisher?: boolean | undefined;
|
@@ -6573,6 +6679,7 @@ export declare const SignalResponse: {
|
|
6573
6679
|
canPublishSources?: TrackSource[] | undefined;
|
6574
6680
|
hidden?: boolean | undefined;
|
6575
6681
|
recorder?: boolean | undefined;
|
6682
|
+
canUpdateMetadata?: boolean | undefined;
|
6576
6683
|
} | undefined;
|
6577
6684
|
region?: string | undefined;
|
6578
6685
|
isPublisher?: boolean | undefined;
|
@@ -6626,6 +6733,7 @@ export declare const SignalResponse: {
|
|
6626
6733
|
canPublishSources?: TrackSource[] | undefined;
|
6627
6734
|
hidden?: boolean | undefined;
|
6628
6735
|
recorder?: boolean | undefined;
|
6736
|
+
canUpdateMetadata?: boolean | undefined;
|
6629
6737
|
} | undefined;
|
6630
6738
|
region?: string | undefined;
|
6631
6739
|
isPublisher?: boolean | undefined;
|
@@ -6850,6 +6958,7 @@ export declare const SignalResponse: {
|
|
6850
6958
|
canPublishSources?: TrackSource[] | undefined;
|
6851
6959
|
hidden?: boolean | undefined;
|
6852
6960
|
recorder?: boolean | undefined;
|
6961
|
+
canUpdateMetadata?: boolean | undefined;
|
6853
6962
|
} & {
|
6854
6963
|
canSubscribe?: boolean | undefined;
|
6855
6964
|
canPublish?: boolean | undefined;
|
@@ -6857,6 +6966,7 @@ export declare const SignalResponse: {
|
|
6857
6966
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_138 in Exclude<keyof I_1["message"]["join"]["otherParticipants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
6858
6967
|
hidden?: boolean | undefined;
|
6859
6968
|
recorder?: boolean | undefined;
|
6969
|
+
canUpdateMetadata?: boolean | undefined;
|
6860
6970
|
} & { [K_139 in Exclude<keyof I_1["message"]["join"]["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
6861
6971
|
region?: string | undefined;
|
6862
6972
|
isPublisher?: boolean | undefined;
|
@@ -6910,6 +7020,7 @@ export declare const SignalResponse: {
|
|
6910
7020
|
canPublishSources?: TrackSource[] | undefined;
|
6911
7021
|
hidden?: boolean | undefined;
|
6912
7022
|
recorder?: boolean | undefined;
|
7023
|
+
canUpdateMetadata?: boolean | undefined;
|
6913
7024
|
} | undefined;
|
6914
7025
|
region?: string | undefined;
|
6915
7026
|
isPublisher?: boolean | undefined;
|
@@ -7103,6 +7214,7 @@ export declare const SignalResponse: {
|
|
7103
7214
|
canPublishSources?: TrackSource[] | undefined;
|
7104
7215
|
hidden?: boolean | undefined;
|
7105
7216
|
recorder?: boolean | undefined;
|
7217
|
+
canUpdateMetadata?: boolean | undefined;
|
7106
7218
|
} | undefined;
|
7107
7219
|
region?: string | undefined;
|
7108
7220
|
isPublisher?: boolean | undefined;
|
@@ -7162,6 +7274,7 @@ export declare const SignalResponse: {
|
|
7162
7274
|
canPublishSources?: TrackSource[] | undefined;
|
7163
7275
|
hidden?: boolean | undefined;
|
7164
7276
|
recorder?: boolean | undefined;
|
7277
|
+
canUpdateMetadata?: boolean | undefined;
|
7165
7278
|
} | undefined;
|
7166
7279
|
region?: string | undefined;
|
7167
7280
|
isPublisher?: boolean | undefined;
|
@@ -7217,6 +7330,7 @@ export declare const SignalResponse: {
|
|
7217
7330
|
canPublishSources?: TrackSource[] | undefined;
|
7218
7331
|
hidden?: boolean | undefined;
|
7219
7332
|
recorder?: boolean | undefined;
|
7333
|
+
canUpdateMetadata?: boolean | undefined;
|
7220
7334
|
} | undefined;
|
7221
7335
|
region?: string | undefined;
|
7222
7336
|
isPublisher?: boolean | undefined;
|
@@ -7270,6 +7384,7 @@ export declare const SignalResponse: {
|
|
7270
7384
|
canPublishSources?: TrackSource[] | undefined;
|
7271
7385
|
hidden?: boolean | undefined;
|
7272
7386
|
recorder?: boolean | undefined;
|
7387
|
+
canUpdateMetadata?: boolean | undefined;
|
7273
7388
|
} | undefined;
|
7274
7389
|
region?: string | undefined;
|
7275
7390
|
isPublisher?: boolean | undefined;
|
@@ -7494,6 +7609,7 @@ export declare const SignalResponse: {
|
|
7494
7609
|
canPublishSources?: TrackSource[] | undefined;
|
7495
7610
|
hidden?: boolean | undefined;
|
7496
7611
|
recorder?: boolean | undefined;
|
7612
|
+
canUpdateMetadata?: boolean | undefined;
|
7497
7613
|
} & {
|
7498
7614
|
canSubscribe?: boolean | undefined;
|
7499
7615
|
canPublish?: boolean | undefined;
|
@@ -7501,6 +7617,7 @@ export declare const SignalResponse: {
|
|
7501
7617
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_168 in Exclude<keyof I_1["message"]["update"]["participants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
7502
7618
|
hidden?: boolean | undefined;
|
7503
7619
|
recorder?: boolean | undefined;
|
7620
|
+
canUpdateMetadata?: boolean | undefined;
|
7504
7621
|
} & { [K_169 in Exclude<keyof I_1["message"]["update"]["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
7505
7622
|
region?: string | undefined;
|
7506
7623
|
isPublisher?: boolean | undefined;
|
@@ -7554,6 +7671,7 @@ export declare const SignalResponse: {
|
|
7554
7671
|
canPublishSources?: TrackSource[] | undefined;
|
7555
7672
|
hidden?: boolean | undefined;
|
7556
7673
|
recorder?: boolean | undefined;
|
7674
|
+
canUpdateMetadata?: boolean | undefined;
|
7557
7675
|
} | undefined;
|
7558
7676
|
region?: string | undefined;
|
7559
7677
|
isPublisher?: boolean | undefined;
|
@@ -7865,6 +7983,7 @@ export declare const SignalResponse: {
|
|
7865
7983
|
}[] | undefined;
|
7866
7984
|
metadata?: string | undefined;
|
7867
7985
|
numParticipants?: number | undefined;
|
7986
|
+
numPublishers?: number | undefined;
|
7868
7987
|
activeRecording?: boolean | undefined;
|
7869
7988
|
} | undefined;
|
7870
7989
|
} | undefined;
|
@@ -7885,6 +8004,7 @@ export declare const SignalResponse: {
|
|
7885
8004
|
}[] | undefined;
|
7886
8005
|
metadata?: string | undefined;
|
7887
8006
|
numParticipants?: number | undefined;
|
8007
|
+
numPublishers?: number | undefined;
|
7888
8008
|
activeRecording?: boolean | undefined;
|
7889
8009
|
} | undefined;
|
7890
8010
|
} & {
|
@@ -7901,6 +8021,7 @@ export declare const SignalResponse: {
|
|
7901
8021
|
}[] | undefined;
|
7902
8022
|
metadata?: string | undefined;
|
7903
8023
|
numParticipants?: number | undefined;
|
8024
|
+
numPublishers?: number | undefined;
|
7904
8025
|
activeRecording?: boolean | undefined;
|
7905
8026
|
} & {
|
7906
8027
|
sid?: string | undefined;
|
@@ -7924,6 +8045,7 @@ export declare const SignalResponse: {
|
|
7924
8045
|
}[]>]: never; }) | undefined;
|
7925
8046
|
metadata?: string | undefined;
|
7926
8047
|
numParticipants?: number | undefined;
|
8048
|
+
numPublishers?: number | undefined;
|
7927
8049
|
activeRecording?: boolean | undefined;
|
7928
8050
|
} & { [K_193 in Exclude<keyof I_1["message"]["roomUpdate"]["room"], keyof Room>]: never; }) | undefined;
|
7929
8051
|
} & { [K_194 in Exclude<keyof I_1["message"]["roomUpdate"], "room">]: never; }) | undefined;
|
@@ -8518,6 +8640,7 @@ export declare const JoinResponse: {
|
|
8518
8640
|
}[] | undefined;
|
8519
8641
|
metadata?: string | undefined;
|
8520
8642
|
numParticipants?: number | undefined;
|
8643
|
+
numPublishers?: number | undefined;
|
8521
8644
|
activeRecording?: boolean | undefined;
|
8522
8645
|
} | undefined;
|
8523
8646
|
participant?: {
|
@@ -8570,6 +8693,7 @@ export declare const JoinResponse: {
|
|
8570
8693
|
canPublishSources?: TrackSource[] | undefined;
|
8571
8694
|
hidden?: boolean | undefined;
|
8572
8695
|
recorder?: boolean | undefined;
|
8696
|
+
canUpdateMetadata?: boolean | undefined;
|
8573
8697
|
} | undefined;
|
8574
8698
|
region?: string | undefined;
|
8575
8699
|
isPublisher?: boolean | undefined;
|
@@ -8624,6 +8748,7 @@ export declare const JoinResponse: {
|
|
8624
8748
|
canPublishSources?: TrackSource[] | undefined;
|
8625
8749
|
hidden?: boolean | undefined;
|
8626
8750
|
recorder?: boolean | undefined;
|
8751
|
+
canUpdateMetadata?: boolean | undefined;
|
8627
8752
|
} | undefined;
|
8628
8753
|
region?: string | undefined;
|
8629
8754
|
isPublisher?: boolean | undefined;
|
@@ -8677,6 +8802,7 @@ export declare const JoinResponse: {
|
|
8677
8802
|
}[] | undefined;
|
8678
8803
|
metadata?: string | undefined;
|
8679
8804
|
numParticipants?: number | undefined;
|
8805
|
+
numPublishers?: number | undefined;
|
8680
8806
|
activeRecording?: boolean | undefined;
|
8681
8807
|
} & {
|
8682
8808
|
sid?: string | undefined;
|
@@ -8700,6 +8826,7 @@ export declare const JoinResponse: {
|
|
8700
8826
|
}[]>]: never; }) | undefined;
|
8701
8827
|
metadata?: string | undefined;
|
8702
8828
|
numParticipants?: number | undefined;
|
8829
|
+
numPublishers?: number | undefined;
|
8703
8830
|
activeRecording?: boolean | undefined;
|
8704
8831
|
} & { [K_2 in Exclude<keyof I["room"], keyof Room>]: never; }) | undefined;
|
8705
8832
|
participant?: ({
|
@@ -8752,6 +8879,7 @@ export declare const JoinResponse: {
|
|
8752
8879
|
canPublishSources?: TrackSource[] | undefined;
|
8753
8880
|
hidden?: boolean | undefined;
|
8754
8881
|
recorder?: boolean | undefined;
|
8882
|
+
canUpdateMetadata?: boolean | undefined;
|
8755
8883
|
} | undefined;
|
8756
8884
|
region?: string | undefined;
|
8757
8885
|
isPublisher?: boolean | undefined;
|
@@ -8976,6 +9104,7 @@ export declare const JoinResponse: {
|
|
8976
9104
|
canPublishSources?: TrackSource[] | undefined;
|
8977
9105
|
hidden?: boolean | undefined;
|
8978
9106
|
recorder?: boolean | undefined;
|
9107
|
+
canUpdateMetadata?: boolean | undefined;
|
8979
9108
|
} & {
|
8980
9109
|
canSubscribe?: boolean | undefined;
|
8981
9110
|
canPublish?: boolean | undefined;
|
@@ -8983,6 +9112,7 @@ export declare const JoinResponse: {
|
|
8983
9112
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_11 in Exclude<keyof I["participant"]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
8984
9113
|
hidden?: boolean | undefined;
|
8985
9114
|
recorder?: boolean | undefined;
|
9115
|
+
canUpdateMetadata?: boolean | undefined;
|
8986
9116
|
} & { [K_12 in Exclude<keyof I["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
8987
9117
|
region?: string | undefined;
|
8988
9118
|
isPublisher?: boolean | undefined;
|
@@ -9037,6 +9167,7 @@ export declare const JoinResponse: {
|
|
9037
9167
|
canPublishSources?: TrackSource[] | undefined;
|
9038
9168
|
hidden?: boolean | undefined;
|
9039
9169
|
recorder?: boolean | undefined;
|
9170
|
+
canUpdateMetadata?: boolean | undefined;
|
9040
9171
|
} | undefined;
|
9041
9172
|
region?: string | undefined;
|
9042
9173
|
isPublisher?: boolean | undefined;
|
@@ -9090,6 +9221,7 @@ export declare const JoinResponse: {
|
|
9090
9221
|
canPublishSources?: TrackSource[] | undefined;
|
9091
9222
|
hidden?: boolean | undefined;
|
9092
9223
|
recorder?: boolean | undefined;
|
9224
|
+
canUpdateMetadata?: boolean | undefined;
|
9093
9225
|
} | undefined;
|
9094
9226
|
region?: string | undefined;
|
9095
9227
|
isPublisher?: boolean | undefined;
|
@@ -9314,6 +9446,7 @@ export declare const JoinResponse: {
|
|
9314
9446
|
canPublishSources?: TrackSource[] | undefined;
|
9315
9447
|
hidden?: boolean | undefined;
|
9316
9448
|
recorder?: boolean | undefined;
|
9449
|
+
canUpdateMetadata?: boolean | undefined;
|
9317
9450
|
} & {
|
9318
9451
|
canSubscribe?: boolean | undefined;
|
9319
9452
|
canPublish?: boolean | undefined;
|
@@ -9321,6 +9454,7 @@ export declare const JoinResponse: {
|
|
9321
9454
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_22 in Exclude<keyof I["otherParticipants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
9322
9455
|
hidden?: boolean | undefined;
|
9323
9456
|
recorder?: boolean | undefined;
|
9457
|
+
canUpdateMetadata?: boolean | undefined;
|
9324
9458
|
} & { [K_23 in Exclude<keyof I["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
9325
9459
|
region?: string | undefined;
|
9326
9460
|
isPublisher?: boolean | undefined;
|
@@ -9374,6 +9508,7 @@ export declare const JoinResponse: {
|
|
9374
9508
|
canPublishSources?: TrackSource[] | undefined;
|
9375
9509
|
hidden?: boolean | undefined;
|
9376
9510
|
recorder?: boolean | undefined;
|
9511
|
+
canUpdateMetadata?: boolean | undefined;
|
9377
9512
|
} | undefined;
|
9378
9513
|
region?: string | undefined;
|
9379
9514
|
isPublisher?: boolean | undefined;
|
@@ -9480,6 +9615,7 @@ export declare const JoinResponse: {
|
|
9480
9615
|
}[] | undefined;
|
9481
9616
|
metadata?: string | undefined;
|
9482
9617
|
numParticipants?: number | undefined;
|
9618
|
+
numPublishers?: number | undefined;
|
9483
9619
|
activeRecording?: boolean | undefined;
|
9484
9620
|
} | undefined;
|
9485
9621
|
participant?: {
|
@@ -9532,6 +9668,7 @@ export declare const JoinResponse: {
|
|
9532
9668
|
canPublishSources?: TrackSource[] | undefined;
|
9533
9669
|
hidden?: boolean | undefined;
|
9534
9670
|
recorder?: boolean | undefined;
|
9671
|
+
canUpdateMetadata?: boolean | undefined;
|
9535
9672
|
} | undefined;
|
9536
9673
|
region?: string | undefined;
|
9537
9674
|
isPublisher?: boolean | undefined;
|
@@ -9586,6 +9723,7 @@ export declare const JoinResponse: {
|
|
9586
9723
|
canPublishSources?: TrackSource[] | undefined;
|
9587
9724
|
hidden?: boolean | undefined;
|
9588
9725
|
recorder?: boolean | undefined;
|
9726
|
+
canUpdateMetadata?: boolean | undefined;
|
9589
9727
|
} | undefined;
|
9590
9728
|
region?: string | undefined;
|
9591
9729
|
isPublisher?: boolean | undefined;
|
@@ -9639,6 +9777,7 @@ export declare const JoinResponse: {
|
|
9639
9777
|
}[] | undefined;
|
9640
9778
|
metadata?: string | undefined;
|
9641
9779
|
numParticipants?: number | undefined;
|
9780
|
+
numPublishers?: number | undefined;
|
9642
9781
|
activeRecording?: boolean | undefined;
|
9643
9782
|
} & {
|
9644
9783
|
sid?: string | undefined;
|
@@ -9662,6 +9801,7 @@ export declare const JoinResponse: {
|
|
9662
9801
|
}[]>]: never; }) | undefined;
|
9663
9802
|
metadata?: string | undefined;
|
9664
9803
|
numParticipants?: number | undefined;
|
9804
|
+
numPublishers?: number | undefined;
|
9665
9805
|
activeRecording?: boolean | undefined;
|
9666
9806
|
} & { [K_39 in Exclude<keyof I_1["room"], keyof Room>]: never; }) | undefined;
|
9667
9807
|
participant?: ({
|
@@ -9714,6 +9854,7 @@ export declare const JoinResponse: {
|
|
9714
9854
|
canPublishSources?: TrackSource[] | undefined;
|
9715
9855
|
hidden?: boolean | undefined;
|
9716
9856
|
recorder?: boolean | undefined;
|
9857
|
+
canUpdateMetadata?: boolean | undefined;
|
9717
9858
|
} | undefined;
|
9718
9859
|
region?: string | undefined;
|
9719
9860
|
isPublisher?: boolean | undefined;
|
@@ -9938,6 +10079,7 @@ export declare const JoinResponse: {
|
|
9938
10079
|
canPublishSources?: TrackSource[] | undefined;
|
9939
10080
|
hidden?: boolean | undefined;
|
9940
10081
|
recorder?: boolean | undefined;
|
10082
|
+
canUpdateMetadata?: boolean | undefined;
|
9941
10083
|
} & {
|
9942
10084
|
canSubscribe?: boolean | undefined;
|
9943
10085
|
canPublish?: boolean | undefined;
|
@@ -9945,6 +10087,7 @@ export declare const JoinResponse: {
|
|
9945
10087
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_48 in Exclude<keyof I_1["participant"]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
9946
10088
|
hidden?: boolean | undefined;
|
9947
10089
|
recorder?: boolean | undefined;
|
10090
|
+
canUpdateMetadata?: boolean | undefined;
|
9948
10091
|
} & { [K_49 in Exclude<keyof I_1["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
9949
10092
|
region?: string | undefined;
|
9950
10093
|
isPublisher?: boolean | undefined;
|
@@ -9999,6 +10142,7 @@ export declare const JoinResponse: {
|
|
9999
10142
|
canPublishSources?: TrackSource[] | undefined;
|
10000
10143
|
hidden?: boolean | undefined;
|
10001
10144
|
recorder?: boolean | undefined;
|
10145
|
+
canUpdateMetadata?: boolean | undefined;
|
10002
10146
|
} | undefined;
|
10003
10147
|
region?: string | undefined;
|
10004
10148
|
isPublisher?: boolean | undefined;
|
@@ -10052,6 +10196,7 @@ export declare const JoinResponse: {
|
|
10052
10196
|
canPublishSources?: TrackSource[] | undefined;
|
10053
10197
|
hidden?: boolean | undefined;
|
10054
10198
|
recorder?: boolean | undefined;
|
10199
|
+
canUpdateMetadata?: boolean | undefined;
|
10055
10200
|
} | undefined;
|
10056
10201
|
region?: string | undefined;
|
10057
10202
|
isPublisher?: boolean | undefined;
|
@@ -10276,6 +10421,7 @@ export declare const JoinResponse: {
|
|
10276
10421
|
canPublishSources?: TrackSource[] | undefined;
|
10277
10422
|
hidden?: boolean | undefined;
|
10278
10423
|
recorder?: boolean | undefined;
|
10424
|
+
canUpdateMetadata?: boolean | undefined;
|
10279
10425
|
} & {
|
10280
10426
|
canSubscribe?: boolean | undefined;
|
10281
10427
|
canPublish?: boolean | undefined;
|
@@ -10283,6 +10429,7 @@ export declare const JoinResponse: {
|
|
10283
10429
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_59 in Exclude<keyof I_1["otherParticipants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
10284
10430
|
hidden?: boolean | undefined;
|
10285
10431
|
recorder?: boolean | undefined;
|
10432
|
+
canUpdateMetadata?: boolean | undefined;
|
10286
10433
|
} & { [K_60 in Exclude<keyof I_1["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
10287
10434
|
region?: string | undefined;
|
10288
10435
|
isPublisher?: boolean | undefined;
|
@@ -10336,6 +10483,7 @@ export declare const JoinResponse: {
|
|
10336
10483
|
canPublishSources?: TrackSource[] | undefined;
|
10337
10484
|
hidden?: boolean | undefined;
|
10338
10485
|
recorder?: boolean | undefined;
|
10486
|
+
canUpdateMetadata?: boolean | undefined;
|
10339
10487
|
} | undefined;
|
10340
10488
|
region?: string | undefined;
|
10341
10489
|
isPublisher?: boolean | undefined;
|
@@ -11069,6 +11217,7 @@ export declare const ParticipantUpdate: {
|
|
11069
11217
|
canPublishSources?: TrackSource[] | undefined;
|
11070
11218
|
hidden?: boolean | undefined;
|
11071
11219
|
recorder?: boolean | undefined;
|
11220
|
+
canUpdateMetadata?: boolean | undefined;
|
11072
11221
|
} | undefined;
|
11073
11222
|
region?: string | undefined;
|
11074
11223
|
isPublisher?: boolean | undefined;
|
@@ -11124,6 +11273,7 @@ export declare const ParticipantUpdate: {
|
|
11124
11273
|
canPublishSources?: TrackSource[] | undefined;
|
11125
11274
|
hidden?: boolean | undefined;
|
11126
11275
|
recorder?: boolean | undefined;
|
11276
|
+
canUpdateMetadata?: boolean | undefined;
|
11127
11277
|
} | undefined;
|
11128
11278
|
region?: string | undefined;
|
11129
11279
|
isPublisher?: boolean | undefined;
|
@@ -11177,6 +11327,7 @@ export declare const ParticipantUpdate: {
|
|
11177
11327
|
canPublishSources?: TrackSource[] | undefined;
|
11178
11328
|
hidden?: boolean | undefined;
|
11179
11329
|
recorder?: boolean | undefined;
|
11330
|
+
canUpdateMetadata?: boolean | undefined;
|
11180
11331
|
} | undefined;
|
11181
11332
|
region?: string | undefined;
|
11182
11333
|
isPublisher?: boolean | undefined;
|
@@ -11401,6 +11552,7 @@ export declare const ParticipantUpdate: {
|
|
11401
11552
|
canPublishSources?: TrackSource[] | undefined;
|
11402
11553
|
hidden?: boolean | undefined;
|
11403
11554
|
recorder?: boolean | undefined;
|
11555
|
+
canUpdateMetadata?: boolean | undefined;
|
11404
11556
|
} & {
|
11405
11557
|
canSubscribe?: boolean | undefined;
|
11406
11558
|
canPublish?: boolean | undefined;
|
@@ -11408,6 +11560,7 @@ export declare const ParticipantUpdate: {
|
|
11408
11560
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_8 in Exclude<keyof I["participants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
11409
11561
|
hidden?: boolean | undefined;
|
11410
11562
|
recorder?: boolean | undefined;
|
11563
|
+
canUpdateMetadata?: boolean | undefined;
|
11411
11564
|
} & { [K_9 in Exclude<keyof I["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
11412
11565
|
region?: string | undefined;
|
11413
11566
|
isPublisher?: boolean | undefined;
|
@@ -11461,6 +11614,7 @@ export declare const ParticipantUpdate: {
|
|
11461
11614
|
canPublishSources?: TrackSource[] | undefined;
|
11462
11615
|
hidden?: boolean | undefined;
|
11463
11616
|
recorder?: boolean | undefined;
|
11617
|
+
canUpdateMetadata?: boolean | undefined;
|
11464
11618
|
} | undefined;
|
11465
11619
|
region?: string | undefined;
|
11466
11620
|
isPublisher?: boolean | undefined;
|
@@ -11517,6 +11671,7 @@ export declare const ParticipantUpdate: {
|
|
11517
11671
|
canPublishSources?: TrackSource[] | undefined;
|
11518
11672
|
hidden?: boolean | undefined;
|
11519
11673
|
recorder?: boolean | undefined;
|
11674
|
+
canUpdateMetadata?: boolean | undefined;
|
11520
11675
|
} | undefined;
|
11521
11676
|
region?: string | undefined;
|
11522
11677
|
isPublisher?: boolean | undefined;
|
@@ -11572,6 +11727,7 @@ export declare const ParticipantUpdate: {
|
|
11572
11727
|
canPublishSources?: TrackSource[] | undefined;
|
11573
11728
|
hidden?: boolean | undefined;
|
11574
11729
|
recorder?: boolean | undefined;
|
11730
|
+
canUpdateMetadata?: boolean | undefined;
|
11575
11731
|
} | undefined;
|
11576
11732
|
region?: string | undefined;
|
11577
11733
|
isPublisher?: boolean | undefined;
|
@@ -11625,6 +11781,7 @@ export declare const ParticipantUpdate: {
|
|
11625
11781
|
canPublishSources?: TrackSource[] | undefined;
|
11626
11782
|
hidden?: boolean | undefined;
|
11627
11783
|
recorder?: boolean | undefined;
|
11784
|
+
canUpdateMetadata?: boolean | undefined;
|
11628
11785
|
} | undefined;
|
11629
11786
|
region?: string | undefined;
|
11630
11787
|
isPublisher?: boolean | undefined;
|
@@ -11849,6 +12006,7 @@ export declare const ParticipantUpdate: {
|
|
11849
12006
|
canPublishSources?: TrackSource[] | undefined;
|
11850
12007
|
hidden?: boolean | undefined;
|
11851
12008
|
recorder?: boolean | undefined;
|
12009
|
+
canUpdateMetadata?: boolean | undefined;
|
11852
12010
|
} & {
|
11853
12011
|
canSubscribe?: boolean | undefined;
|
11854
12012
|
canPublish?: boolean | undefined;
|
@@ -11856,6 +12014,7 @@ export declare const ParticipantUpdate: {
|
|
11856
12014
|
canPublishSources?: (TrackSource[] & TrackSource[] & { [K_21 in Exclude<keyof I_1["participants"][number]["permission"]["canPublishSources"], keyof TrackSource[]>]: never; }) | undefined;
|
11857
12015
|
hidden?: boolean | undefined;
|
11858
12016
|
recorder?: boolean | undefined;
|
12017
|
+
canUpdateMetadata?: boolean | undefined;
|
11859
12018
|
} & { [K_22 in Exclude<keyof I_1["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never; }) | undefined;
|
11860
12019
|
region?: string | undefined;
|
11861
12020
|
isPublisher?: boolean | undefined;
|
@@ -11909,6 +12068,7 @@ export declare const ParticipantUpdate: {
|
|
11909
12068
|
canPublishSources?: TrackSource[] | undefined;
|
11910
12069
|
hidden?: boolean | undefined;
|
11911
12070
|
recorder?: boolean | undefined;
|
12071
|
+
canUpdateMetadata?: boolean | undefined;
|
11912
12072
|
} | undefined;
|
11913
12073
|
region?: string | undefined;
|
11914
12074
|
isPublisher?: boolean | undefined;
|
@@ -12116,14 +12276,18 @@ export declare const UpdateParticipantMetadata: {
|
|
12116
12276
|
toJSON(message: UpdateParticipantMetadata): unknown;
|
12117
12277
|
create<I extends {
|
12118
12278
|
metadata?: string | undefined;
|
12279
|
+
name?: string | undefined;
|
12119
12280
|
} & {
|
12120
12281
|
metadata?: string | undefined;
|
12121
|
-
|
12282
|
+
name?: string | undefined;
|
12283
|
+
} & { [K in Exclude<keyof I, keyof UpdateParticipantMetadata>]: never; }>(base?: I | undefined): UpdateParticipantMetadata;
|
12122
12284
|
fromPartial<I_1 extends {
|
12123
12285
|
metadata?: string | undefined;
|
12286
|
+
name?: string | undefined;
|
12124
12287
|
} & {
|
12125
12288
|
metadata?: string | undefined;
|
12126
|
-
|
12289
|
+
name?: string | undefined;
|
12290
|
+
} & { [K_1 in Exclude<keyof I_1, keyof UpdateParticipantMetadata>]: never; }>(object: I_1): UpdateParticipantMetadata;
|
12127
12291
|
};
|
12128
12292
|
export declare const ICEServer: {
|
12129
12293
|
encode(message: ICEServer, writer?: _m0.Writer): _m0.Writer;
|
@@ -12224,6 +12388,7 @@ export declare const RoomUpdate: {
|
|
12224
12388
|
}[] | undefined;
|
12225
12389
|
metadata?: string | undefined;
|
12226
12390
|
numParticipants?: number | undefined;
|
12391
|
+
numPublishers?: number | undefined;
|
12227
12392
|
activeRecording?: boolean | undefined;
|
12228
12393
|
} | undefined;
|
12229
12394
|
} & {
|
@@ -12240,6 +12405,7 @@ export declare const RoomUpdate: {
|
|
12240
12405
|
}[] | undefined;
|
12241
12406
|
metadata?: string | undefined;
|
12242
12407
|
numParticipants?: number | undefined;
|
12408
|
+
numPublishers?: number | undefined;
|
12243
12409
|
activeRecording?: boolean | undefined;
|
12244
12410
|
} & {
|
12245
12411
|
sid?: string | undefined;
|
@@ -12263,6 +12429,7 @@ export declare const RoomUpdate: {
|
|
12263
12429
|
}[]>]: never; }) | undefined;
|
12264
12430
|
metadata?: string | undefined;
|
12265
12431
|
numParticipants?: number | undefined;
|
12432
|
+
numPublishers?: number | undefined;
|
12266
12433
|
activeRecording?: boolean | undefined;
|
12267
12434
|
} & { [K_2 in Exclude<keyof I["room"], keyof Room>]: never; }) | undefined;
|
12268
12435
|
} & { [K_3 in Exclude<keyof I, "room">]: never; }>(base?: I | undefined): RoomUpdate;
|
@@ -12280,6 +12447,7 @@ export declare const RoomUpdate: {
|
|
12280
12447
|
}[] | undefined;
|
12281
12448
|
metadata?: string | undefined;
|
12282
12449
|
numParticipants?: number | undefined;
|
12450
|
+
numPublishers?: number | undefined;
|
12283
12451
|
activeRecording?: boolean | undefined;
|
12284
12452
|
} | undefined;
|
12285
12453
|
} & {
|
@@ -12296,6 +12464,7 @@ export declare const RoomUpdate: {
|
|
12296
12464
|
}[] | undefined;
|
12297
12465
|
metadata?: string | undefined;
|
12298
12466
|
numParticipants?: number | undefined;
|
12467
|
+
numPublishers?: number | undefined;
|
12299
12468
|
activeRecording?: boolean | undefined;
|
12300
12469
|
} & {
|
12301
12470
|
sid?: string | undefined;
|
@@ -12319,6 +12488,7 @@ export declare const RoomUpdate: {
|
|
12319
12488
|
}[]>]: never; }) | undefined;
|
12320
12489
|
metadata?: string | undefined;
|
12321
12490
|
numParticipants?: number | undefined;
|
12491
|
+
numPublishers?: number | undefined;
|
12322
12492
|
activeRecording?: boolean | undefined;
|
12323
12493
|
} & { [K_6 in Exclude<keyof I_1["room"], keyof Room>]: never; }) | undefined;
|
12324
12494
|
} & { [K_7 in Exclude<keyof I_1, "room">]: never; }>(object: I_1): RoomUpdate;
|
@@ -13601,6 +13771,10 @@ export declare const SimulateScenario: {
|
|
13601
13771
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
13602
13772
|
} & {
|
13603
13773
|
$case: "switchCandidateProtocol";
|
13774
|
+
}) | ({
|
13775
|
+
subscriberBandwidth?: number | undefined;
|
13776
|
+
} & {
|
13777
|
+
$case: "subscriberBandwidth";
|
13604
13778
|
}) | undefined;
|
13605
13779
|
} & {
|
13606
13780
|
scenario?: ({
|
@@ -13638,8 +13812,15 @@ export declare const SimulateScenario: {
|
|
13638
13812
|
} & {
|
13639
13813
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
13640
13814
|
$case: "switchCandidateProtocol";
|
13641
|
-
} & { [K_4 in Exclude<keyof I["scenario"], "switchCandidateProtocol" | "$case">]: never; }) |
|
13642
|
-
|
13815
|
+
} & { [K_4 in Exclude<keyof I["scenario"], "switchCandidateProtocol" | "$case">]: never; }) | ({
|
13816
|
+
subscriberBandwidth?: number | undefined;
|
13817
|
+
} & {
|
13818
|
+
$case: "subscriberBandwidth";
|
13819
|
+
} & {
|
13820
|
+
subscriberBandwidth?: number | undefined;
|
13821
|
+
$case: "subscriberBandwidth";
|
13822
|
+
} & { [K_5 in Exclude<keyof I["scenario"], "subscriberBandwidth" | "$case">]: never; }) | undefined;
|
13823
|
+
} & { [K_6 in Exclude<keyof I, "scenario">]: never; }>(base?: I | undefined): SimulateScenario;
|
13643
13824
|
fromPartial<I_1 extends {
|
13644
13825
|
scenario?: ({
|
13645
13826
|
speakerUpdate?: number | undefined;
|
@@ -13661,6 +13842,10 @@ export declare const SimulateScenario: {
|
|
13661
13842
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
13662
13843
|
} & {
|
13663
13844
|
$case: "switchCandidateProtocol";
|
13845
|
+
}) | ({
|
13846
|
+
subscriberBandwidth?: number | undefined;
|
13847
|
+
} & {
|
13848
|
+
$case: "subscriberBandwidth";
|
13664
13849
|
}) | undefined;
|
13665
13850
|
} & {
|
13666
13851
|
scenario?: ({
|
@@ -13670,36 +13855,43 @@ export declare const SimulateScenario: {
|
|
13670
13855
|
} & {
|
13671
13856
|
speakerUpdate?: number | undefined;
|
13672
13857
|
$case: "speakerUpdate";
|
13673
|
-
} & { [
|
13858
|
+
} & { [K_7 in Exclude<keyof I_1["scenario"], "speakerUpdate" | "$case">]: never; }) | ({
|
13674
13859
|
nodeFailure?: boolean | undefined;
|
13675
13860
|
} & {
|
13676
13861
|
$case: "nodeFailure";
|
13677
13862
|
} & {
|
13678
13863
|
nodeFailure?: boolean | undefined;
|
13679
13864
|
$case: "nodeFailure";
|
13680
|
-
} & { [
|
13865
|
+
} & { [K_8 in Exclude<keyof I_1["scenario"], "nodeFailure" | "$case">]: never; }) | ({
|
13681
13866
|
migration?: boolean | undefined;
|
13682
13867
|
} & {
|
13683
13868
|
$case: "migration";
|
13684
13869
|
} & {
|
13685
13870
|
migration?: boolean | undefined;
|
13686
13871
|
$case: "migration";
|
13687
|
-
} & { [
|
13872
|
+
} & { [K_9 in Exclude<keyof I_1["scenario"], "migration" | "$case">]: never; }) | ({
|
13688
13873
|
serverLeave?: boolean | undefined;
|
13689
13874
|
} & {
|
13690
13875
|
$case: "serverLeave";
|
13691
13876
|
} & {
|
13692
13877
|
serverLeave?: boolean | undefined;
|
13693
13878
|
$case: "serverLeave";
|
13694
|
-
} & { [
|
13879
|
+
} & { [K_10 in Exclude<keyof I_1["scenario"], "serverLeave" | "$case">]: never; }) | ({
|
13695
13880
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
13696
13881
|
} & {
|
13697
13882
|
$case: "switchCandidateProtocol";
|
13698
13883
|
} & {
|
13699
13884
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
13700
13885
|
$case: "switchCandidateProtocol";
|
13701
|
-
} & { [
|
13702
|
-
|
13886
|
+
} & { [K_11 in Exclude<keyof I_1["scenario"], "switchCandidateProtocol" | "$case">]: never; }) | ({
|
13887
|
+
subscriberBandwidth?: number | undefined;
|
13888
|
+
} & {
|
13889
|
+
$case: "subscriberBandwidth";
|
13890
|
+
} & {
|
13891
|
+
subscriberBandwidth?: number | undefined;
|
13892
|
+
$case: "subscriberBandwidth";
|
13893
|
+
} & { [K_12 in Exclude<keyof I_1["scenario"], "subscriberBandwidth" | "$case">]: never; }) | undefined;
|
13894
|
+
} & { [K_13 in Exclude<keyof I_1, "scenario">]: never; }>(object: I_1): SimulateScenario;
|
13703
13895
|
};
|
13704
13896
|
export declare const Ping: {
|
13705
13897
|
encode(message: Ping, writer?: _m0.Writer): _m0.Writer;
|
@@ -13741,6 +13933,86 @@ export declare const Pong: {
|
|
13741
13933
|
timestamp?: number | undefined;
|
13742
13934
|
} & { [K_1 in Exclude<keyof I_1, keyof Pong>]: never; }>(object: I_1): Pong;
|
13743
13935
|
};
|
13936
|
+
export declare const RegionSettings: {
|
13937
|
+
encode(message: RegionSettings, writer?: _m0.Writer): _m0.Writer;
|
13938
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RegionSettings;
|
13939
|
+
fromJSON(object: any): RegionSettings;
|
13940
|
+
toJSON(message: RegionSettings): unknown;
|
13941
|
+
create<I extends {
|
13942
|
+
regions?: {
|
13943
|
+
region?: string | undefined;
|
13944
|
+
url?: string | undefined;
|
13945
|
+
distance?: number | undefined;
|
13946
|
+
}[] | undefined;
|
13947
|
+
} & {
|
13948
|
+
regions?: ({
|
13949
|
+
region?: string | undefined;
|
13950
|
+
url?: string | undefined;
|
13951
|
+
distance?: number | undefined;
|
13952
|
+
}[] & ({
|
13953
|
+
region?: string | undefined;
|
13954
|
+
url?: string | undefined;
|
13955
|
+
distance?: number | undefined;
|
13956
|
+
} & {
|
13957
|
+
region?: string | undefined;
|
13958
|
+
url?: string | undefined;
|
13959
|
+
distance?: number | undefined;
|
13960
|
+
} & { [K in Exclude<keyof I["regions"][number], keyof RegionInfo>]: never; })[] & { [K_1 in Exclude<keyof I["regions"], keyof {
|
13961
|
+
region?: string | undefined;
|
13962
|
+
url?: string | undefined;
|
13963
|
+
distance?: number | undefined;
|
13964
|
+
}[]>]: never; }) | undefined;
|
13965
|
+
} & { [K_2 in Exclude<keyof I, "regions">]: never; }>(base?: I | undefined): RegionSettings;
|
13966
|
+
fromPartial<I_1 extends {
|
13967
|
+
regions?: {
|
13968
|
+
region?: string | undefined;
|
13969
|
+
url?: string | undefined;
|
13970
|
+
distance?: number | undefined;
|
13971
|
+
}[] | undefined;
|
13972
|
+
} & {
|
13973
|
+
regions?: ({
|
13974
|
+
region?: string | undefined;
|
13975
|
+
url?: string | undefined;
|
13976
|
+
distance?: number | undefined;
|
13977
|
+
}[] & ({
|
13978
|
+
region?: string | undefined;
|
13979
|
+
url?: string | undefined;
|
13980
|
+
distance?: number | undefined;
|
13981
|
+
} & {
|
13982
|
+
region?: string | undefined;
|
13983
|
+
url?: string | undefined;
|
13984
|
+
distance?: number | undefined;
|
13985
|
+
} & { [K_3 in Exclude<keyof I_1["regions"][number], keyof RegionInfo>]: never; })[] & { [K_4 in Exclude<keyof I_1["regions"], keyof {
|
13986
|
+
region?: string | undefined;
|
13987
|
+
url?: string | undefined;
|
13988
|
+
distance?: number | undefined;
|
13989
|
+
}[]>]: never; }) | undefined;
|
13990
|
+
} & { [K_5 in Exclude<keyof I_1, "regions">]: never; }>(object: I_1): RegionSettings;
|
13991
|
+
};
|
13992
|
+
export declare const RegionInfo: {
|
13993
|
+
encode(message: RegionInfo, writer?: _m0.Writer): _m0.Writer;
|
13994
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RegionInfo;
|
13995
|
+
fromJSON(object: any): RegionInfo;
|
13996
|
+
toJSON(message: RegionInfo): unknown;
|
13997
|
+
create<I extends {
|
13998
|
+
region?: string | undefined;
|
13999
|
+
url?: string | undefined;
|
14000
|
+
distance?: number | undefined;
|
14001
|
+
} & {
|
14002
|
+
region?: string | undefined;
|
14003
|
+
url?: string | undefined;
|
14004
|
+
distance?: number | undefined;
|
14005
|
+
} & { [K in Exclude<keyof I, keyof RegionInfo>]: never; }>(base?: I | undefined): RegionInfo;
|
14006
|
+
fromPartial<I_1 extends {
|
14007
|
+
region?: string | undefined;
|
14008
|
+
url?: string | undefined;
|
14009
|
+
distance?: number | undefined;
|
14010
|
+
} & {
|
14011
|
+
region?: string | undefined;
|
14012
|
+
url?: string | undefined;
|
14013
|
+
distance?: number | undefined;
|
14014
|
+
} & { [K_1 in Exclude<keyof I_1, keyof RegionInfo>]: never; }>(object: I_1): RegionInfo;
|
14015
|
+
};
|
13744
14016
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
13745
14017
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
13746
14018
|
$case: string;
|