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";
|
@@ -1497,6 +1514,10 @@ export declare const SignalRequest: {
|
|
1497
1514
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1498
1515
|
} & {
|
1499
1516
|
$case: "switchCandidateProtocol";
|
1517
|
+
}) | ({
|
1518
|
+
subscriberBandwidth?: number | undefined;
|
1519
|
+
} & {
|
1520
|
+
$case: "subscriberBandwidth";
|
1500
1521
|
}) | undefined;
|
1501
1522
|
} | undefined;
|
1502
1523
|
} & {
|
@@ -1523,6 +1544,10 @@ export declare const SignalRequest: {
|
|
1523
1544
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1524
1545
|
} & {
|
1525
1546
|
$case: "switchCandidateProtocol";
|
1547
|
+
}) | ({
|
1548
|
+
subscriberBandwidth?: number | undefined;
|
1549
|
+
} & {
|
1550
|
+
$case: "subscriberBandwidth";
|
1526
1551
|
}) | undefined;
|
1527
1552
|
} & {
|
1528
1553
|
scenario?: ({
|
@@ -1570,13 +1595,22 @@ export declare const SignalRequest: {
|
|
1570
1595
|
$case: "switchCandidateProtocol";
|
1571
1596
|
} & {
|
1572
1597
|
[K_58 in Exclude<keyof I["message"]["simulate"]["scenario"], "switchCandidateProtocol" | "$case">]: never;
|
1598
|
+
}) | ({
|
1599
|
+
subscriberBandwidth?: number | undefined;
|
1600
|
+
} & {
|
1601
|
+
$case: "subscriberBandwidth";
|
1602
|
+
} & {
|
1603
|
+
subscriberBandwidth?: number | undefined;
|
1604
|
+
$case: "subscriberBandwidth";
|
1605
|
+
} & {
|
1606
|
+
[K_59 in Exclude<keyof I["message"]["simulate"]["scenario"], "subscriberBandwidth" | "$case">]: never;
|
1573
1607
|
}) | undefined;
|
1574
1608
|
} & {
|
1575
|
-
[
|
1609
|
+
[K_60 in Exclude<keyof I["message"]["simulate"], "scenario">]: never;
|
1576
1610
|
}) | undefined;
|
1577
1611
|
$case: "simulate";
|
1578
1612
|
} & {
|
1579
|
-
[
|
1613
|
+
[K_61 in Exclude<keyof I["message"], "simulate" | "$case">]: never;
|
1580
1614
|
}) | ({
|
1581
1615
|
ping?: number | undefined;
|
1582
1616
|
} & {
|
@@ -1585,24 +1619,27 @@ export declare const SignalRequest: {
|
|
1585
1619
|
ping?: number | undefined;
|
1586
1620
|
$case: "ping";
|
1587
1621
|
} & {
|
1588
|
-
[
|
1622
|
+
[K_62 in Exclude<keyof I["message"], "ping" | "$case">]: never;
|
1589
1623
|
}) | ({
|
1590
1624
|
updateMetadata?: {
|
1591
1625
|
metadata?: string | undefined;
|
1626
|
+
name?: string | undefined;
|
1592
1627
|
} | undefined;
|
1593
1628
|
} & {
|
1594
1629
|
$case: "updateMetadata";
|
1595
1630
|
} & {
|
1596
1631
|
updateMetadata?: ({
|
1597
1632
|
metadata?: string | undefined;
|
1633
|
+
name?: string | undefined;
|
1598
1634
|
} & {
|
1599
1635
|
metadata?: string | undefined;
|
1636
|
+
name?: string | undefined;
|
1600
1637
|
} & {
|
1601
|
-
[
|
1638
|
+
[K_63 in Exclude<keyof I["message"]["updateMetadata"], keyof UpdateParticipantMetadata>]: never;
|
1602
1639
|
}) | undefined;
|
1603
1640
|
$case: "updateMetadata";
|
1604
1641
|
} & {
|
1605
|
-
[
|
1642
|
+
[K_64 in Exclude<keyof I["message"], "updateMetadata" | "$case">]: never;
|
1606
1643
|
}) | ({
|
1607
1644
|
pingReq?: {
|
1608
1645
|
timestamp?: number | undefined;
|
@@ -1618,14 +1655,14 @@ export declare const SignalRequest: {
|
|
1618
1655
|
timestamp?: number | undefined;
|
1619
1656
|
rtt?: number | undefined;
|
1620
1657
|
} & {
|
1621
|
-
[
|
1658
|
+
[K_65 in Exclude<keyof I["message"]["pingReq"], keyof Ping>]: never;
|
1622
1659
|
}) | undefined;
|
1623
1660
|
$case: "pingReq";
|
1624
1661
|
} & {
|
1625
|
-
[
|
1662
|
+
[K_66 in Exclude<keyof I["message"], "pingReq" | "$case">]: never;
|
1626
1663
|
}) | undefined;
|
1627
1664
|
} & {
|
1628
|
-
[
|
1665
|
+
[K_67 in Exclude<keyof I, "message">]: never;
|
1629
1666
|
}>(base?: I | undefined): SignalRequest;
|
1630
1667
|
fromPartial<I_1 extends {
|
1631
1668
|
message?: ({
|
@@ -1826,6 +1863,10 @@ export declare const SignalRequest: {
|
|
1826
1863
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
1827
1864
|
} & {
|
1828
1865
|
$case: "switchCandidateProtocol";
|
1866
|
+
}) | ({
|
1867
|
+
subscriberBandwidth?: number | undefined;
|
1868
|
+
} & {
|
1869
|
+
$case: "subscriberBandwidth";
|
1829
1870
|
}) | undefined;
|
1830
1871
|
} | undefined;
|
1831
1872
|
} & {
|
@@ -1837,6 +1878,7 @@ export declare const SignalRequest: {
|
|
1837
1878
|
}) | ({
|
1838
1879
|
updateMetadata?: {
|
1839
1880
|
metadata?: string | undefined;
|
1881
|
+
name?: string | undefined;
|
1840
1882
|
} | undefined;
|
1841
1883
|
} & {
|
1842
1884
|
$case: "updateMetadata";
|
@@ -1864,11 +1906,11 @@ export declare const SignalRequest: {
|
|
1864
1906
|
type?: string | undefined;
|
1865
1907
|
sdp?: string | undefined;
|
1866
1908
|
} & {
|
1867
|
-
[
|
1909
|
+
[K_68 in Exclude<keyof I_1["message"]["offer"], keyof SessionDescription>]: never;
|
1868
1910
|
}) | undefined;
|
1869
1911
|
$case: "offer";
|
1870
1912
|
} & {
|
1871
|
-
[
|
1913
|
+
[K_69 in Exclude<keyof I_1["message"], "offer" | "$case">]: never;
|
1872
1914
|
}) | ({
|
1873
1915
|
answer?: {
|
1874
1916
|
type?: string | undefined;
|
@@ -1884,11 +1926,11 @@ export declare const SignalRequest: {
|
|
1884
1926
|
type?: string | undefined;
|
1885
1927
|
sdp?: string | undefined;
|
1886
1928
|
} & {
|
1887
|
-
[
|
1929
|
+
[K_70 in Exclude<keyof I_1["message"]["answer"], keyof SessionDescription>]: never;
|
1888
1930
|
}) | undefined;
|
1889
1931
|
$case: "answer";
|
1890
1932
|
} & {
|
1891
|
-
[
|
1933
|
+
[K_71 in Exclude<keyof I_1["message"], "answer" | "$case">]: never;
|
1892
1934
|
}) | ({
|
1893
1935
|
trickle?: {
|
1894
1936
|
candidateInit?: string | undefined;
|
@@ -1904,11 +1946,11 @@ export declare const SignalRequest: {
|
|
1904
1946
|
candidateInit?: string | undefined;
|
1905
1947
|
target?: SignalTarget | undefined;
|
1906
1948
|
} & {
|
1907
|
-
[
|
1949
|
+
[K_72 in Exclude<keyof I_1["message"]["trickle"], keyof TrickleRequest>]: never;
|
1908
1950
|
}) | undefined;
|
1909
1951
|
$case: "trickle";
|
1910
1952
|
} & {
|
1911
|
-
[
|
1953
|
+
[K_73 in Exclude<keyof I_1["message"], "trickle" | "$case">]: never;
|
1912
1954
|
}) | ({
|
1913
1955
|
addTrack?: {
|
1914
1956
|
cid?: string | undefined;
|
@@ -1992,9 +2034,9 @@ export declare const SignalRequest: {
|
|
1992
2034
|
bitrate?: number | undefined;
|
1993
2035
|
ssrc?: number | undefined;
|
1994
2036
|
} & {
|
1995
|
-
[
|
2037
|
+
[K_74 in Exclude<keyof I_1["message"]["addTrack"]["layers"][number], keyof VideoLayer>]: never;
|
1996
2038
|
})[] & {
|
1997
|
-
[
|
2039
|
+
[K_75 in Exclude<keyof I_1["message"]["addTrack"]["layers"], keyof {
|
1998
2040
|
quality?: VideoQuality | undefined;
|
1999
2041
|
width?: number | undefined;
|
2000
2042
|
height?: number | undefined;
|
@@ -2015,9 +2057,9 @@ export declare const SignalRequest: {
|
|
2015
2057
|
cid?: string | undefined;
|
2016
2058
|
enableSimulcastLayers?: boolean | undefined;
|
2017
2059
|
} & {
|
2018
|
-
[
|
2060
|
+
[K_76 in Exclude<keyof I_1["message"]["addTrack"]["simulcastCodecs"][number], keyof SimulcastCodec>]: never;
|
2019
2061
|
})[] & {
|
2020
|
-
[
|
2062
|
+
[K_77 in Exclude<keyof I_1["message"]["addTrack"]["simulcastCodecs"], keyof {
|
2021
2063
|
codec?: string | undefined;
|
2022
2064
|
cid?: string | undefined;
|
2023
2065
|
enableSimulcastLayers?: boolean | undefined;
|
@@ -2028,11 +2070,11 @@ export declare const SignalRequest: {
|
|
2028
2070
|
disableRed?: boolean | undefined;
|
2029
2071
|
encryption?: Encryption_Type | undefined;
|
2030
2072
|
} & {
|
2031
|
-
[
|
2073
|
+
[K_78 in Exclude<keyof I_1["message"]["addTrack"], keyof AddTrackRequest>]: never;
|
2032
2074
|
}) | undefined;
|
2033
2075
|
$case: "addTrack";
|
2034
2076
|
} & {
|
2035
|
-
[
|
2077
|
+
[K_79 in Exclude<keyof I_1["message"], "addTrack" | "$case">]: never;
|
2036
2078
|
}) | ({
|
2037
2079
|
mute?: {
|
2038
2080
|
sid?: string | undefined;
|
@@ -2048,11 +2090,11 @@ export declare const SignalRequest: {
|
|
2048
2090
|
sid?: string | undefined;
|
2049
2091
|
muted?: boolean | undefined;
|
2050
2092
|
} & {
|
2051
|
-
[
|
2093
|
+
[K_80 in Exclude<keyof I_1["message"]["mute"], keyof MuteTrackRequest>]: never;
|
2052
2094
|
}) | undefined;
|
2053
2095
|
$case: "mute";
|
2054
2096
|
} & {
|
2055
|
-
[
|
2097
|
+
[K_81 in Exclude<keyof I_1["message"], "mute" | "$case">]: never;
|
2056
2098
|
}) | ({
|
2057
2099
|
subscription?: {
|
2058
2100
|
trackSids?: string[] | undefined;
|
@@ -2074,7 +2116,7 @@ export declare const SignalRequest: {
|
|
2074
2116
|
}[] | undefined;
|
2075
2117
|
} & {
|
2076
2118
|
trackSids?: (string[] & string[] & {
|
2077
|
-
[
|
2119
|
+
[K_82 in Exclude<keyof I_1["message"]["subscription"]["trackSids"], keyof string[]>]: never;
|
2078
2120
|
}) | undefined;
|
2079
2121
|
subscribe?: boolean | undefined;
|
2080
2122
|
participantTracks?: ({
|
@@ -2086,22 +2128,22 @@ export declare const SignalRequest: {
|
|
2086
2128
|
} & {
|
2087
2129
|
participantSid?: string | undefined;
|
2088
2130
|
trackSids?: (string[] & string[] & {
|
2089
|
-
[
|
2131
|
+
[K_83 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"][number]["trackSids"], keyof string[]>]: never;
|
2090
2132
|
}) | undefined;
|
2091
2133
|
} & {
|
2092
|
-
[
|
2134
|
+
[K_84 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"][number], keyof ParticipantTracks>]: never;
|
2093
2135
|
})[] & {
|
2094
|
-
[
|
2136
|
+
[K_85 in Exclude<keyof I_1["message"]["subscription"]["participantTracks"], keyof {
|
2095
2137
|
participantSid?: string | undefined;
|
2096
2138
|
trackSids?: string[] | undefined;
|
2097
2139
|
}[]>]: never;
|
2098
2140
|
}) | undefined;
|
2099
2141
|
} & {
|
2100
|
-
[
|
2142
|
+
[K_86 in Exclude<keyof I_1["message"]["subscription"], keyof UpdateSubscription>]: never;
|
2101
2143
|
}) | undefined;
|
2102
2144
|
$case: "subscription";
|
2103
2145
|
} & {
|
2104
|
-
[
|
2146
|
+
[K_87 in Exclude<keyof I_1["message"], "subscription" | "$case">]: never;
|
2105
2147
|
}) | ({
|
2106
2148
|
trackSetting?: {
|
2107
2149
|
trackSids?: string[] | undefined;
|
@@ -2125,7 +2167,7 @@ export declare const SignalRequest: {
|
|
2125
2167
|
priority?: number | undefined;
|
2126
2168
|
} & {
|
2127
2169
|
trackSids?: (string[] & string[] & {
|
2128
|
-
[
|
2170
|
+
[K_88 in Exclude<keyof I_1["message"]["trackSetting"]["trackSids"], keyof string[]>]: never;
|
2129
2171
|
}) | undefined;
|
2130
2172
|
disabled?: boolean | undefined;
|
2131
2173
|
quality?: VideoQuality | undefined;
|
@@ -2134,11 +2176,11 @@ export declare const SignalRequest: {
|
|
2134
2176
|
fps?: number | undefined;
|
2135
2177
|
priority?: number | undefined;
|
2136
2178
|
} & {
|
2137
|
-
[
|
2179
|
+
[K_89 in Exclude<keyof I_1["message"]["trackSetting"], keyof UpdateTrackSettings>]: never;
|
2138
2180
|
}) | undefined;
|
2139
2181
|
$case: "trackSetting";
|
2140
2182
|
} & {
|
2141
|
-
[
|
2183
|
+
[K_90 in Exclude<keyof I_1["message"], "trackSetting" | "$case">]: never;
|
2142
2184
|
}) | ({
|
2143
2185
|
leave?: {
|
2144
2186
|
canReconnect?: boolean | undefined;
|
@@ -2154,11 +2196,11 @@ export declare const SignalRequest: {
|
|
2154
2196
|
canReconnect?: boolean | undefined;
|
2155
2197
|
reason?: DisconnectReason | undefined;
|
2156
2198
|
} & {
|
2157
|
-
[
|
2199
|
+
[K_91 in Exclude<keyof I_1["message"]["leave"], keyof LeaveRequest>]: never;
|
2158
2200
|
}) | undefined;
|
2159
2201
|
$case: "leave";
|
2160
2202
|
} & {
|
2161
|
-
[
|
2203
|
+
[K_92 in Exclude<keyof I_1["message"], "leave" | "$case">]: never;
|
2162
2204
|
}) | ({
|
2163
2205
|
updateLayers?: {
|
2164
2206
|
trackSid?: string | undefined;
|
@@ -2203,9 +2245,9 @@ export declare const SignalRequest: {
|
|
2203
2245
|
bitrate?: number | undefined;
|
2204
2246
|
ssrc?: number | undefined;
|
2205
2247
|
} & {
|
2206
|
-
[
|
2248
|
+
[K_93 in Exclude<keyof I_1["message"]["updateLayers"]["layers"][number], keyof VideoLayer>]: never;
|
2207
2249
|
})[] & {
|
2208
|
-
[
|
2250
|
+
[K_94 in Exclude<keyof I_1["message"]["updateLayers"]["layers"], keyof {
|
2209
2251
|
quality?: VideoQuality | undefined;
|
2210
2252
|
width?: number | undefined;
|
2211
2253
|
height?: number | undefined;
|
@@ -2214,11 +2256,11 @@ export declare const SignalRequest: {
|
|
2214
2256
|
}[]>]: never;
|
2215
2257
|
}) | undefined;
|
2216
2258
|
} & {
|
2217
|
-
[
|
2259
|
+
[K_95 in Exclude<keyof I_1["message"]["updateLayers"], keyof UpdateVideoLayers>]: never;
|
2218
2260
|
}) | undefined;
|
2219
2261
|
$case: "updateLayers";
|
2220
2262
|
} & {
|
2221
|
-
[
|
2263
|
+
[K_96 in Exclude<keyof I_1["message"], "updateLayers" | "$case">]: never;
|
2222
2264
|
}) | ({
|
2223
2265
|
subscriptionPermission?: {
|
2224
2266
|
allParticipants?: boolean | undefined;
|
@@ -2256,13 +2298,13 @@ export declare const SignalRequest: {
|
|
2256
2298
|
participantSid?: string | undefined;
|
2257
2299
|
allTracks?: boolean | undefined;
|
2258
2300
|
trackSids?: (string[] & string[] & {
|
2259
|
-
[
|
2301
|
+
[K_97 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"][number]["trackSids"], keyof string[]>]: never;
|
2260
2302
|
}) | undefined;
|
2261
2303
|
participantIdentity?: string | undefined;
|
2262
2304
|
} & {
|
2263
|
-
[
|
2305
|
+
[K_98 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"][number], keyof TrackPermission>]: never;
|
2264
2306
|
})[] & {
|
2265
|
-
[
|
2307
|
+
[K_99 in Exclude<keyof I_1["message"]["subscriptionPermission"]["trackPermissions"], keyof {
|
2266
2308
|
participantSid?: string | undefined;
|
2267
2309
|
allTracks?: boolean | undefined;
|
2268
2310
|
trackSids?: string[] | undefined;
|
@@ -2270,11 +2312,11 @@ export declare const SignalRequest: {
|
|
2270
2312
|
}[]>]: never;
|
2271
2313
|
}) | undefined;
|
2272
2314
|
} & {
|
2273
|
-
[
|
2315
|
+
[K_100 in Exclude<keyof I_1["message"]["subscriptionPermission"], keyof SubscriptionPermission>]: never;
|
2274
2316
|
}) | undefined;
|
2275
2317
|
$case: "subscriptionPermission";
|
2276
2318
|
} & {
|
2277
|
-
[
|
2319
|
+
[K_101 in Exclude<keyof I_1["message"], "subscriptionPermission" | "$case">]: never;
|
2278
2320
|
}) | ({
|
2279
2321
|
syncState?: {
|
2280
2322
|
answer?: {
|
@@ -2408,7 +2450,7 @@ export declare const SignalRequest: {
|
|
2408
2450
|
type?: string | undefined;
|
2409
2451
|
sdp?: string | undefined;
|
2410
2452
|
} & {
|
2411
|
-
[
|
2453
|
+
[K_102 in Exclude<keyof I_1["message"]["syncState"]["answer"], keyof SessionDescription>]: never;
|
2412
2454
|
}) | undefined;
|
2413
2455
|
subscription?: ({
|
2414
2456
|
trackSids?: string[] | undefined;
|
@@ -2419,7 +2461,7 @@ export declare const SignalRequest: {
|
|
2419
2461
|
}[] | undefined;
|
2420
2462
|
} & {
|
2421
2463
|
trackSids?: (string[] & string[] & {
|
2422
|
-
[
|
2464
|
+
[K_103 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["trackSids"], keyof string[]>]: never;
|
2423
2465
|
}) | undefined;
|
2424
2466
|
subscribe?: boolean | undefined;
|
2425
2467
|
participantTracks?: ({
|
@@ -2431,18 +2473,18 @@ export declare const SignalRequest: {
|
|
2431
2473
|
} & {
|
2432
2474
|
participantSid?: string | undefined;
|
2433
2475
|
trackSids?: (string[] & string[] & {
|
2434
|
-
[
|
2476
|
+
[K_104 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"][number]["trackSids"], keyof string[]>]: never;
|
2435
2477
|
}) | undefined;
|
2436
2478
|
} & {
|
2437
|
-
[
|
2479
|
+
[K_105 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"][number], keyof ParticipantTracks>]: never;
|
2438
2480
|
})[] & {
|
2439
|
-
[
|
2481
|
+
[K_106 in Exclude<keyof I_1["message"]["syncState"]["subscription"]["participantTracks"], keyof {
|
2440
2482
|
participantSid?: string | undefined;
|
2441
2483
|
trackSids?: string[] | undefined;
|
2442
2484
|
}[]>]: never;
|
2443
2485
|
}) | undefined;
|
2444
2486
|
} & {
|
2445
|
-
[
|
2487
|
+
[K_107 in Exclude<keyof I_1["message"]["syncState"]["subscription"], keyof UpdateSubscription>]: never;
|
2446
2488
|
}) | undefined;
|
2447
2489
|
publishTracks?: ({
|
2448
2490
|
cid?: string | undefined;
|
@@ -2583,9 +2625,9 @@ export declare const SignalRequest: {
|
|
2583
2625
|
bitrate?: number | undefined;
|
2584
2626
|
ssrc?: number | undefined;
|
2585
2627
|
} & {
|
2586
|
-
[
|
2628
|
+
[K_108 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["layers"][number], keyof VideoLayer>]: never;
|
2587
2629
|
})[] & {
|
2588
|
-
[
|
2630
|
+
[K_109 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["layers"], keyof {
|
2589
2631
|
quality?: VideoQuality | undefined;
|
2590
2632
|
width?: number | undefined;
|
2591
2633
|
height?: number | undefined;
|
@@ -2640,9 +2682,9 @@ export declare const SignalRequest: {
|
|
2640
2682
|
bitrate?: number | undefined;
|
2641
2683
|
ssrc?: number | undefined;
|
2642
2684
|
} & {
|
2643
|
-
[
|
2685
|
+
[K_110 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number]["layers"][number], keyof VideoLayer>]: never;
|
2644
2686
|
})[] & {
|
2645
|
-
[
|
2687
|
+
[K_111 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number]["layers"], keyof {
|
2646
2688
|
quality?: VideoQuality | undefined;
|
2647
2689
|
width?: number | undefined;
|
2648
2690
|
height?: number | undefined;
|
@@ -2651,9 +2693,9 @@ export declare const SignalRequest: {
|
|
2651
2693
|
}[]>]: never;
|
2652
2694
|
}) | undefined;
|
2653
2695
|
} & {
|
2654
|
-
[
|
2696
|
+
[K_112 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"][number], keyof import("./livekit_models").SimulcastCodecInfo>]: never;
|
2655
2697
|
})[] & {
|
2656
|
-
[
|
2698
|
+
[K_113 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"]["codecs"], keyof {
|
2657
2699
|
mimeType?: string | undefined;
|
2658
2700
|
mid?: string | undefined;
|
2659
2701
|
cid?: string | undefined;
|
@@ -2670,12 +2712,12 @@ export declare const SignalRequest: {
|
|
2670
2712
|
disableRed?: boolean | undefined;
|
2671
2713
|
encryption?: Encryption_Type | undefined;
|
2672
2714
|
} & {
|
2673
|
-
[
|
2715
|
+
[K_114 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number]["track"], keyof TrackInfo>]: never;
|
2674
2716
|
}) | undefined;
|
2675
2717
|
} & {
|
2676
|
-
[
|
2718
|
+
[K_115 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"][number], keyof TrackPublishedResponse>]: never;
|
2677
2719
|
})[] & {
|
2678
|
-
[
|
2720
|
+
[K_116 in Exclude<keyof I_1["message"]["syncState"]["publishTracks"], keyof {
|
2679
2721
|
cid?: string | undefined;
|
2680
2722
|
track?: {
|
2681
2723
|
sid?: string | undefined;
|
@@ -2727,9 +2769,9 @@ export declare const SignalRequest: {
|
|
2727
2769
|
id?: number | undefined;
|
2728
2770
|
target?: SignalTarget | undefined;
|
2729
2771
|
} & {
|
2730
|
-
[
|
2772
|
+
[K_117 in Exclude<keyof I_1["message"]["syncState"]["dataChannels"][number], keyof DataChannelInfo>]: never;
|
2731
2773
|
})[] & {
|
2732
|
-
[
|
2774
|
+
[K_118 in Exclude<keyof I_1["message"]["syncState"]["dataChannels"], keyof {
|
2733
2775
|
label?: string | undefined;
|
2734
2776
|
id?: number | undefined;
|
2735
2777
|
target?: SignalTarget | undefined;
|
@@ -2742,14 +2784,14 @@ export declare const SignalRequest: {
|
|
2742
2784
|
type?: string | undefined;
|
2743
2785
|
sdp?: string | undefined;
|
2744
2786
|
} & {
|
2745
|
-
[
|
2787
|
+
[K_119 in Exclude<keyof I_1["message"]["syncState"]["offer"], keyof SessionDescription>]: never;
|
2746
2788
|
}) | undefined;
|
2747
2789
|
} & {
|
2748
|
-
[
|
2790
|
+
[K_120 in Exclude<keyof I_1["message"]["syncState"], keyof SyncState>]: never;
|
2749
2791
|
}) | undefined;
|
2750
2792
|
$case: "syncState";
|
2751
2793
|
} & {
|
2752
|
-
[
|
2794
|
+
[K_121 in Exclude<keyof I_1["message"], "syncState" | "$case">]: never;
|
2753
2795
|
}) | ({
|
2754
2796
|
simulate?: {
|
2755
2797
|
scenario?: ({
|
@@ -2772,6 +2814,10 @@ export declare const SignalRequest: {
|
|
2772
2814
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2773
2815
|
} & {
|
2774
2816
|
$case: "switchCandidateProtocol";
|
2817
|
+
}) | ({
|
2818
|
+
subscriberBandwidth?: number | undefined;
|
2819
|
+
} & {
|
2820
|
+
$case: "subscriberBandwidth";
|
2775
2821
|
}) | undefined;
|
2776
2822
|
} | undefined;
|
2777
2823
|
} & {
|
@@ -2798,6 +2844,10 @@ export declare const SignalRequest: {
|
|
2798
2844
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2799
2845
|
} & {
|
2800
2846
|
$case: "switchCandidateProtocol";
|
2847
|
+
}) | ({
|
2848
|
+
subscriberBandwidth?: number | undefined;
|
2849
|
+
} & {
|
2850
|
+
$case: "subscriberBandwidth";
|
2801
2851
|
}) | undefined;
|
2802
2852
|
} & {
|
2803
2853
|
scenario?: ({
|
@@ -2808,7 +2858,7 @@ export declare const SignalRequest: {
|
|
2808
2858
|
speakerUpdate?: number | undefined;
|
2809
2859
|
$case: "speakerUpdate";
|
2810
2860
|
} & {
|
2811
|
-
[
|
2861
|
+
[K_122 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "speakerUpdate" | "$case">]: never;
|
2812
2862
|
}) | ({
|
2813
2863
|
nodeFailure?: boolean | undefined;
|
2814
2864
|
} & {
|
@@ -2817,7 +2867,7 @@ export declare const SignalRequest: {
|
|
2817
2867
|
nodeFailure?: boolean | undefined;
|
2818
2868
|
$case: "nodeFailure";
|
2819
2869
|
} & {
|
2820
|
-
[
|
2870
|
+
[K_123 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "nodeFailure" | "$case">]: never;
|
2821
2871
|
}) | ({
|
2822
2872
|
migration?: boolean | undefined;
|
2823
2873
|
} & {
|
@@ -2826,7 +2876,7 @@ export declare const SignalRequest: {
|
|
2826
2876
|
migration?: boolean | undefined;
|
2827
2877
|
$case: "migration";
|
2828
2878
|
} & {
|
2829
|
-
[
|
2879
|
+
[K_124 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "migration" | "$case">]: never;
|
2830
2880
|
}) | ({
|
2831
2881
|
serverLeave?: boolean | undefined;
|
2832
2882
|
} & {
|
@@ -2835,7 +2885,7 @@ export declare const SignalRequest: {
|
|
2835
2885
|
serverLeave?: boolean | undefined;
|
2836
2886
|
$case: "serverLeave";
|
2837
2887
|
} & {
|
2838
|
-
[
|
2888
|
+
[K_125 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "serverLeave" | "$case">]: never;
|
2839
2889
|
}) | ({
|
2840
2890
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2841
2891
|
} & {
|
@@ -2844,14 +2894,23 @@ export declare const SignalRequest: {
|
|
2844
2894
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
2845
2895
|
$case: "switchCandidateProtocol";
|
2846
2896
|
} & {
|
2847
|
-
[
|
2897
|
+
[K_126 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "switchCandidateProtocol" | "$case">]: never;
|
2898
|
+
}) | ({
|
2899
|
+
subscriberBandwidth?: number | undefined;
|
2900
|
+
} & {
|
2901
|
+
$case: "subscriberBandwidth";
|
2902
|
+
} & {
|
2903
|
+
subscriberBandwidth?: number | undefined;
|
2904
|
+
$case: "subscriberBandwidth";
|
2905
|
+
} & {
|
2906
|
+
[K_127 in Exclude<keyof I_1["message"]["simulate"]["scenario"], "subscriberBandwidth" | "$case">]: never;
|
2848
2907
|
}) | undefined;
|
2849
2908
|
} & {
|
2850
|
-
[
|
2909
|
+
[K_128 in Exclude<keyof I_1["message"]["simulate"], "scenario">]: never;
|
2851
2910
|
}) | undefined;
|
2852
2911
|
$case: "simulate";
|
2853
2912
|
} & {
|
2854
|
-
[
|
2913
|
+
[K_129 in Exclude<keyof I_1["message"], "simulate" | "$case">]: never;
|
2855
2914
|
}) | ({
|
2856
2915
|
ping?: number | undefined;
|
2857
2916
|
} & {
|
@@ -2860,24 +2919,27 @@ export declare const SignalRequest: {
|
|
2860
2919
|
ping?: number | undefined;
|
2861
2920
|
$case: "ping";
|
2862
2921
|
} & {
|
2863
|
-
[
|
2922
|
+
[K_130 in Exclude<keyof I_1["message"], "ping" | "$case">]: never;
|
2864
2923
|
}) | ({
|
2865
2924
|
updateMetadata?: {
|
2866
2925
|
metadata?: string | undefined;
|
2926
|
+
name?: string | undefined;
|
2867
2927
|
} | undefined;
|
2868
2928
|
} & {
|
2869
2929
|
$case: "updateMetadata";
|
2870
2930
|
} & {
|
2871
2931
|
updateMetadata?: ({
|
2872
2932
|
metadata?: string | undefined;
|
2933
|
+
name?: string | undefined;
|
2873
2934
|
} & {
|
2874
2935
|
metadata?: string | undefined;
|
2936
|
+
name?: string | undefined;
|
2875
2937
|
} & {
|
2876
|
-
[
|
2938
|
+
[K_131 in Exclude<keyof I_1["message"]["updateMetadata"], keyof UpdateParticipantMetadata>]: never;
|
2877
2939
|
}) | undefined;
|
2878
2940
|
$case: "updateMetadata";
|
2879
2941
|
} & {
|
2880
|
-
[
|
2942
|
+
[K_132 in Exclude<keyof I_1["message"], "updateMetadata" | "$case">]: never;
|
2881
2943
|
}) | ({
|
2882
2944
|
pingReq?: {
|
2883
2945
|
timestamp?: number | undefined;
|
@@ -2893,14 +2955,14 @@ export declare const SignalRequest: {
|
|
2893
2955
|
timestamp?: number | undefined;
|
2894
2956
|
rtt?: number | undefined;
|
2895
2957
|
} & {
|
2896
|
-
[
|
2958
|
+
[K_133 in Exclude<keyof I_1["message"]["pingReq"], keyof Ping>]: never;
|
2897
2959
|
}) | undefined;
|
2898
2960
|
$case: "pingReq";
|
2899
2961
|
} & {
|
2900
|
-
[
|
2962
|
+
[K_134 in Exclude<keyof I_1["message"], "pingReq" | "$case">]: never;
|
2901
2963
|
}) | undefined;
|
2902
2964
|
} & {
|
2903
|
-
[
|
2965
|
+
[K_135 in Exclude<keyof I_1, "message">]: never;
|
2904
2966
|
}>(object: I_1): SignalRequest;
|
2905
2967
|
};
|
2906
2968
|
export declare const SignalResponse: {
|
@@ -2924,6 +2986,7 @@ export declare const SignalResponse: {
|
|
2924
2986
|
}[] | undefined;
|
2925
2987
|
metadata?: string | undefined;
|
2926
2988
|
numParticipants?: number | undefined;
|
2989
|
+
numPublishers?: number | undefined;
|
2927
2990
|
activeRecording?: boolean | undefined;
|
2928
2991
|
} | undefined;
|
2929
2992
|
participant?: {
|
@@ -2976,6 +3039,7 @@ export declare const SignalResponse: {
|
|
2976
3039
|
canPublishSources?: TrackSource[] | undefined;
|
2977
3040
|
hidden?: boolean | undefined;
|
2978
3041
|
recorder?: boolean | undefined;
|
3042
|
+
canUpdateMetadata?: boolean | undefined;
|
2979
3043
|
} | undefined;
|
2980
3044
|
region?: string | undefined;
|
2981
3045
|
isPublisher?: boolean | undefined;
|
@@ -3030,6 +3094,7 @@ export declare const SignalResponse: {
|
|
3030
3094
|
canPublishSources?: TrackSource[] | undefined;
|
3031
3095
|
hidden?: boolean | undefined;
|
3032
3096
|
recorder?: boolean | undefined;
|
3097
|
+
canUpdateMetadata?: boolean | undefined;
|
3033
3098
|
} | undefined;
|
3034
3099
|
region?: string | undefined;
|
3035
3100
|
isPublisher?: boolean | undefined;
|
@@ -3145,6 +3210,7 @@ export declare const SignalResponse: {
|
|
3145
3210
|
canPublishSources?: TrackSource[] | undefined;
|
3146
3211
|
hidden?: boolean | undefined;
|
3147
3212
|
recorder?: boolean | undefined;
|
3213
|
+
canUpdateMetadata?: boolean | undefined;
|
3148
3214
|
} | undefined;
|
3149
3215
|
region?: string | undefined;
|
3150
3216
|
isPublisher?: boolean | undefined;
|
@@ -3232,6 +3298,7 @@ export declare const SignalResponse: {
|
|
3232
3298
|
}[] | undefined;
|
3233
3299
|
metadata?: string | undefined;
|
3234
3300
|
numParticipants?: number | undefined;
|
3301
|
+
numPublishers?: number | undefined;
|
3235
3302
|
activeRecording?: boolean | undefined;
|
3236
3303
|
} | undefined;
|
3237
3304
|
} | undefined;
|
@@ -3346,6 +3413,7 @@ export declare const SignalResponse: {
|
|
3346
3413
|
}[] | undefined;
|
3347
3414
|
metadata?: string | undefined;
|
3348
3415
|
numParticipants?: number | undefined;
|
3416
|
+
numPublishers?: number | undefined;
|
3349
3417
|
activeRecording?: boolean | undefined;
|
3350
3418
|
} | undefined;
|
3351
3419
|
participant?: {
|
@@ -3398,6 +3466,7 @@ export declare const SignalResponse: {
|
|
3398
3466
|
canPublishSources?: TrackSource[] | undefined;
|
3399
3467
|
hidden?: boolean | undefined;
|
3400
3468
|
recorder?: boolean | undefined;
|
3469
|
+
canUpdateMetadata?: boolean | undefined;
|
3401
3470
|
} | undefined;
|
3402
3471
|
region?: string | undefined;
|
3403
3472
|
isPublisher?: boolean | undefined;
|
@@ -3452,6 +3521,7 @@ export declare const SignalResponse: {
|
|
3452
3521
|
canPublishSources?: TrackSource[] | undefined;
|
3453
3522
|
hidden?: boolean | undefined;
|
3454
3523
|
recorder?: boolean | undefined;
|
3524
|
+
canUpdateMetadata?: boolean | undefined;
|
3455
3525
|
} | undefined;
|
3456
3526
|
region?: string | undefined;
|
3457
3527
|
isPublisher?: boolean | undefined;
|
@@ -3509,6 +3579,7 @@ export declare const SignalResponse: {
|
|
3509
3579
|
}[] | undefined;
|
3510
3580
|
metadata?: string | undefined;
|
3511
3581
|
numParticipants?: number | undefined;
|
3582
|
+
numPublishers?: number | undefined;
|
3512
3583
|
activeRecording?: boolean | undefined;
|
3513
3584
|
} | undefined;
|
3514
3585
|
participant?: {
|
@@ -3561,6 +3632,7 @@ export declare const SignalResponse: {
|
|
3561
3632
|
canPublishSources?: TrackSource[] | undefined;
|
3562
3633
|
hidden?: boolean | undefined;
|
3563
3634
|
recorder?: boolean | undefined;
|
3635
|
+
canUpdateMetadata?: boolean | undefined;
|
3564
3636
|
} | undefined;
|
3565
3637
|
region?: string | undefined;
|
3566
3638
|
isPublisher?: boolean | undefined;
|
@@ -3615,6 +3687,7 @@ export declare const SignalResponse: {
|
|
3615
3687
|
canPublishSources?: TrackSource[] | undefined;
|
3616
3688
|
hidden?: boolean | undefined;
|
3617
3689
|
recorder?: boolean | undefined;
|
3690
|
+
canUpdateMetadata?: boolean | undefined;
|
3618
3691
|
} | undefined;
|
3619
3692
|
region?: string | undefined;
|
3620
3693
|
isPublisher?: boolean | undefined;
|
@@ -3668,6 +3741,7 @@ export declare const SignalResponse: {
|
|
3668
3741
|
}[] | undefined;
|
3669
3742
|
metadata?: string | undefined;
|
3670
3743
|
numParticipants?: number | undefined;
|
3744
|
+
numPublishers?: number | undefined;
|
3671
3745
|
activeRecording?: boolean | undefined;
|
3672
3746
|
} & {
|
3673
3747
|
sid?: string | undefined;
|
@@ -3695,6 +3769,7 @@ export declare const SignalResponse: {
|
|
3695
3769
|
}) | undefined;
|
3696
3770
|
metadata?: string | undefined;
|
3697
3771
|
numParticipants?: number | undefined;
|
3772
|
+
numPublishers?: number | undefined;
|
3698
3773
|
activeRecording?: boolean | undefined;
|
3699
3774
|
} & {
|
3700
3775
|
[K_2 in Exclude<keyof I["message"]["join"]["room"], keyof Room>]: never;
|
@@ -3749,6 +3824,7 @@ export declare const SignalResponse: {
|
|
3749
3824
|
canPublishSources?: TrackSource[] | undefined;
|
3750
3825
|
hidden?: boolean | undefined;
|
3751
3826
|
recorder?: boolean | undefined;
|
3827
|
+
canUpdateMetadata?: boolean | undefined;
|
3752
3828
|
} | undefined;
|
3753
3829
|
region?: string | undefined;
|
3754
3830
|
isPublisher?: boolean | undefined;
|
@@ -3989,6 +4065,7 @@ export declare const SignalResponse: {
|
|
3989
4065
|
canPublishSources?: TrackSource[] | undefined;
|
3990
4066
|
hidden?: boolean | undefined;
|
3991
4067
|
recorder?: boolean | undefined;
|
4068
|
+
canUpdateMetadata?: boolean | undefined;
|
3992
4069
|
} & {
|
3993
4070
|
canSubscribe?: boolean | undefined;
|
3994
4071
|
canPublish?: boolean | undefined;
|
@@ -3998,6 +4075,7 @@ export declare const SignalResponse: {
|
|
3998
4075
|
}) | undefined;
|
3999
4076
|
hidden?: boolean | undefined;
|
4000
4077
|
recorder?: boolean | undefined;
|
4078
|
+
canUpdateMetadata?: boolean | undefined;
|
4001
4079
|
} & {
|
4002
4080
|
[K_12 in Exclude<keyof I["message"]["join"]["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
4003
4081
|
}) | undefined;
|
@@ -4056,6 +4134,7 @@ export declare const SignalResponse: {
|
|
4056
4134
|
canPublishSources?: TrackSource[] | undefined;
|
4057
4135
|
hidden?: boolean | undefined;
|
4058
4136
|
recorder?: boolean | undefined;
|
4137
|
+
canUpdateMetadata?: boolean | undefined;
|
4059
4138
|
} | undefined;
|
4060
4139
|
region?: string | undefined;
|
4061
4140
|
isPublisher?: boolean | undefined;
|
@@ -4109,6 +4188,7 @@ export declare const SignalResponse: {
|
|
4109
4188
|
canPublishSources?: TrackSource[] | undefined;
|
4110
4189
|
hidden?: boolean | undefined;
|
4111
4190
|
recorder?: boolean | undefined;
|
4191
|
+
canUpdateMetadata?: boolean | undefined;
|
4112
4192
|
} | undefined;
|
4113
4193
|
region?: string | undefined;
|
4114
4194
|
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
|
} & {
|
4353
4434
|
canSubscribe?: boolean | undefined;
|
4354
4435
|
canPublish?: boolean | undefined;
|
@@ -4358,6 +4439,7 @@ export declare const SignalResponse: {
|
|
4358
4439
|
}) | undefined;
|
4359
4440
|
hidden?: boolean | undefined;
|
4360
4441
|
recorder?: boolean | undefined;
|
4442
|
+
canUpdateMetadata?: boolean | undefined;
|
4361
4443
|
} & {
|
4362
4444
|
[K_23 in Exclude<keyof I["message"]["join"]["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
4363
4445
|
}) | undefined;
|
@@ -4416,6 +4498,7 @@ export declare const SignalResponse: {
|
|
4416
4498
|
canPublishSources?: TrackSource[] | undefined;
|
4417
4499
|
hidden?: boolean | undefined;
|
4418
4500
|
recorder?: boolean | undefined;
|
4501
|
+
canUpdateMetadata?: boolean | undefined;
|
4419
4502
|
} | undefined;
|
4420
4503
|
region?: string | undefined;
|
4421
4504
|
isPublisher?: boolean | undefined;
|
@@ -4646,6 +4729,7 @@ export declare const SignalResponse: {
|
|
4646
4729
|
canPublishSources?: TrackSource[] | undefined;
|
4647
4730
|
hidden?: boolean | undefined;
|
4648
4731
|
recorder?: boolean | undefined;
|
4732
|
+
canUpdateMetadata?: boolean | undefined;
|
4649
4733
|
} | undefined;
|
4650
4734
|
region?: string | undefined;
|
4651
4735
|
isPublisher?: boolean | undefined;
|
@@ -4705,6 +4789,7 @@ export declare const SignalResponse: {
|
|
4705
4789
|
canPublishSources?: TrackSource[] | undefined;
|
4706
4790
|
hidden?: boolean | undefined;
|
4707
4791
|
recorder?: boolean | undefined;
|
4792
|
+
canUpdateMetadata?: boolean | undefined;
|
4708
4793
|
} | undefined;
|
4709
4794
|
region?: string | undefined;
|
4710
4795
|
isPublisher?: boolean | undefined;
|
@@ -4760,6 +4845,7 @@ export declare const SignalResponse: {
|
|
4760
4845
|
canPublishSources?: TrackSource[] | undefined;
|
4761
4846
|
hidden?: boolean | undefined;
|
4762
4847
|
recorder?: boolean | undefined;
|
4848
|
+
canUpdateMetadata?: boolean | undefined;
|
4763
4849
|
} | undefined;
|
4764
4850
|
region?: string | undefined;
|
4765
4851
|
isPublisher?: boolean | undefined;
|
@@ -4813,6 +4899,7 @@ export declare const SignalResponse: {
|
|
4813
4899
|
canPublishSources?: TrackSource[] | undefined;
|
4814
4900
|
hidden?: boolean | undefined;
|
4815
4901
|
recorder?: boolean | undefined;
|
4902
|
+
canUpdateMetadata?: boolean | undefined;
|
4816
4903
|
} | undefined;
|
4817
4904
|
region?: string | undefined;
|
4818
4905
|
isPublisher?: boolean | undefined;
|
@@ -5053,6 +5140,7 @@ export declare const SignalResponse: {
|
|
5053
5140
|
canPublishSources?: TrackSource[] | undefined;
|
5054
5141
|
hidden?: boolean | undefined;
|
5055
5142
|
recorder?: boolean | undefined;
|
5143
|
+
canUpdateMetadata?: boolean | undefined;
|
5056
5144
|
} & {
|
5057
5145
|
canSubscribe?: boolean | undefined;
|
5058
5146
|
canPublish?: boolean | undefined;
|
@@ -5062,6 +5150,7 @@ export declare const SignalResponse: {
|
|
5062
5150
|
}) | undefined;
|
5063
5151
|
hidden?: boolean | undefined;
|
5064
5152
|
recorder?: boolean | undefined;
|
5153
|
+
canUpdateMetadata?: boolean | undefined;
|
5065
5154
|
} & {
|
5066
5155
|
[K_53 in Exclude<keyof I["message"]["update"]["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
5067
5156
|
}) | undefined;
|
@@ -5120,6 +5209,7 @@ export declare const SignalResponse: {
|
|
5120
5209
|
canPublishSources?: TrackSource[] | undefined;
|
5121
5210
|
hidden?: boolean | undefined;
|
5122
5211
|
recorder?: boolean | undefined;
|
5212
|
+
canUpdateMetadata?: boolean | undefined;
|
5123
5213
|
} | undefined;
|
5124
5214
|
region?: string | undefined;
|
5125
5215
|
isPublisher?: boolean | undefined;
|
@@ -5470,6 +5560,7 @@ export declare const SignalResponse: {
|
|
5470
5560
|
}[] | undefined;
|
5471
5561
|
metadata?: string | undefined;
|
5472
5562
|
numParticipants?: number | undefined;
|
5563
|
+
numPublishers?: number | undefined;
|
5473
5564
|
activeRecording?: boolean | undefined;
|
5474
5565
|
} | undefined;
|
5475
5566
|
} | undefined;
|
@@ -5490,6 +5581,7 @@ export declare const SignalResponse: {
|
|
5490
5581
|
}[] | undefined;
|
5491
5582
|
metadata?: string | undefined;
|
5492
5583
|
numParticipants?: number | undefined;
|
5584
|
+
numPublishers?: number | undefined;
|
5493
5585
|
activeRecording?: boolean | undefined;
|
5494
5586
|
} | undefined;
|
5495
5587
|
} & {
|
@@ -5506,6 +5598,7 @@ export declare const SignalResponse: {
|
|
5506
5598
|
}[] | undefined;
|
5507
5599
|
metadata?: string | undefined;
|
5508
5600
|
numParticipants?: number | undefined;
|
5601
|
+
numPublishers?: number | undefined;
|
5509
5602
|
activeRecording?: boolean | undefined;
|
5510
5603
|
} & {
|
5511
5604
|
sid?: string | undefined;
|
@@ -5533,6 +5626,7 @@ export declare const SignalResponse: {
|
|
5533
5626
|
}) | undefined;
|
5534
5627
|
metadata?: string | undefined;
|
5535
5628
|
numParticipants?: number | undefined;
|
5629
|
+
numPublishers?: number | undefined;
|
5536
5630
|
activeRecording?: boolean | undefined;
|
5537
5631
|
} & {
|
5538
5632
|
[K_77 in Exclude<keyof I["message"]["roomUpdate"]["room"], keyof Room>]: never;
|
@@ -5969,6 +6063,7 @@ export declare const SignalResponse: {
|
|
5969
6063
|
}[] | undefined;
|
5970
6064
|
metadata?: string | undefined;
|
5971
6065
|
numParticipants?: number | undefined;
|
6066
|
+
numPublishers?: number | undefined;
|
5972
6067
|
activeRecording?: boolean | undefined;
|
5973
6068
|
} | undefined;
|
5974
6069
|
participant?: {
|
@@ -6021,6 +6116,7 @@ export declare const SignalResponse: {
|
|
6021
6116
|
canPublishSources?: TrackSource[] | undefined;
|
6022
6117
|
hidden?: boolean | undefined;
|
6023
6118
|
recorder?: boolean | undefined;
|
6119
|
+
canUpdateMetadata?: boolean | undefined;
|
6024
6120
|
} | undefined;
|
6025
6121
|
region?: string | undefined;
|
6026
6122
|
isPublisher?: boolean | undefined;
|
@@ -6075,6 +6171,7 @@ export declare const SignalResponse: {
|
|
6075
6171
|
canPublishSources?: TrackSource[] | undefined;
|
6076
6172
|
hidden?: boolean | undefined;
|
6077
6173
|
recorder?: boolean | undefined;
|
6174
|
+
canUpdateMetadata?: boolean | undefined;
|
6078
6175
|
} | undefined;
|
6079
6176
|
region?: string | undefined;
|
6080
6177
|
isPublisher?: boolean | undefined;
|
@@ -6190,6 +6287,7 @@ export declare const SignalResponse: {
|
|
6190
6287
|
canPublishSources?: TrackSource[] | undefined;
|
6191
6288
|
hidden?: boolean | undefined;
|
6192
6289
|
recorder?: boolean | undefined;
|
6290
|
+
canUpdateMetadata?: boolean | undefined;
|
6193
6291
|
} | undefined;
|
6194
6292
|
region?: string | undefined;
|
6195
6293
|
isPublisher?: boolean | undefined;
|
@@ -6277,6 +6375,7 @@ export declare const SignalResponse: {
|
|
6277
6375
|
}[] | undefined;
|
6278
6376
|
metadata?: string | undefined;
|
6279
6377
|
numParticipants?: number | undefined;
|
6378
|
+
numPublishers?: number | undefined;
|
6280
6379
|
activeRecording?: boolean | undefined;
|
6281
6380
|
} | undefined;
|
6282
6381
|
} | undefined;
|
@@ -6391,6 +6490,7 @@ export declare const SignalResponse: {
|
|
6391
6490
|
}[] | undefined;
|
6392
6491
|
metadata?: string | undefined;
|
6393
6492
|
numParticipants?: number | undefined;
|
6493
|
+
numPublishers?: number | undefined;
|
6394
6494
|
activeRecording?: boolean | undefined;
|
6395
6495
|
} | undefined;
|
6396
6496
|
participant?: {
|
@@ -6443,6 +6543,7 @@ export declare const SignalResponse: {
|
|
6443
6543
|
canPublishSources?: TrackSource[] | undefined;
|
6444
6544
|
hidden?: boolean | undefined;
|
6445
6545
|
recorder?: boolean | undefined;
|
6546
|
+
canUpdateMetadata?: boolean | undefined;
|
6446
6547
|
} | undefined;
|
6447
6548
|
region?: string | undefined;
|
6448
6549
|
isPublisher?: boolean | undefined;
|
@@ -6497,6 +6598,7 @@ export declare const SignalResponse: {
|
|
6497
6598
|
canPublishSources?: TrackSource[] | undefined;
|
6498
6599
|
hidden?: boolean | undefined;
|
6499
6600
|
recorder?: boolean | undefined;
|
6601
|
+
canUpdateMetadata?: boolean | undefined;
|
6500
6602
|
} | undefined;
|
6501
6603
|
region?: string | undefined;
|
6502
6604
|
isPublisher?: boolean | undefined;
|
@@ -6554,6 +6656,7 @@ export declare const SignalResponse: {
|
|
6554
6656
|
}[] | undefined;
|
6555
6657
|
metadata?: string | undefined;
|
6556
6658
|
numParticipants?: number | undefined;
|
6659
|
+
numPublishers?: number | undefined;
|
6557
6660
|
activeRecording?: boolean | undefined;
|
6558
6661
|
} | undefined;
|
6559
6662
|
participant?: {
|
@@ -6606,6 +6709,7 @@ export declare const SignalResponse: {
|
|
6606
6709
|
canPublishSources?: TrackSource[] | undefined;
|
6607
6710
|
hidden?: boolean | undefined;
|
6608
6711
|
recorder?: boolean | undefined;
|
6712
|
+
canUpdateMetadata?: boolean | undefined;
|
6609
6713
|
} | undefined;
|
6610
6714
|
region?: string | undefined;
|
6611
6715
|
isPublisher?: boolean | undefined;
|
@@ -6660,6 +6764,7 @@ export declare const SignalResponse: {
|
|
6660
6764
|
canPublishSources?: TrackSource[] | undefined;
|
6661
6765
|
hidden?: boolean | undefined;
|
6662
6766
|
recorder?: boolean | undefined;
|
6767
|
+
canUpdateMetadata?: boolean | undefined;
|
6663
6768
|
} | undefined;
|
6664
6769
|
region?: string | undefined;
|
6665
6770
|
isPublisher?: boolean | undefined;
|
@@ -6713,6 +6818,7 @@ export declare const SignalResponse: {
|
|
6713
6818
|
}[] | undefined;
|
6714
6819
|
metadata?: string | undefined;
|
6715
6820
|
numParticipants?: number | undefined;
|
6821
|
+
numPublishers?: number | undefined;
|
6716
6822
|
activeRecording?: boolean | undefined;
|
6717
6823
|
} & {
|
6718
6824
|
sid?: string | undefined;
|
@@ -6740,6 +6846,7 @@ export declare const SignalResponse: {
|
|
6740
6846
|
}) | undefined;
|
6741
6847
|
metadata?: string | undefined;
|
6742
6848
|
numParticipants?: number | undefined;
|
6849
|
+
numPublishers?: number | undefined;
|
6743
6850
|
activeRecording?: boolean | undefined;
|
6744
6851
|
} & {
|
6745
6852
|
[K_118 in Exclude<keyof I_1["message"]["join"]["room"], keyof Room>]: never;
|
@@ -6794,6 +6901,7 @@ export declare const SignalResponse: {
|
|
6794
6901
|
canPublishSources?: TrackSource[] | undefined;
|
6795
6902
|
hidden?: boolean | undefined;
|
6796
6903
|
recorder?: boolean | undefined;
|
6904
|
+
canUpdateMetadata?: boolean | undefined;
|
6797
6905
|
} | undefined;
|
6798
6906
|
region?: string | undefined;
|
6799
6907
|
isPublisher?: boolean | undefined;
|
@@ -7034,6 +7142,7 @@ export declare const SignalResponse: {
|
|
7034
7142
|
canPublishSources?: TrackSource[] | undefined;
|
7035
7143
|
hidden?: boolean | undefined;
|
7036
7144
|
recorder?: boolean | undefined;
|
7145
|
+
canUpdateMetadata?: boolean | undefined;
|
7037
7146
|
} & {
|
7038
7147
|
canSubscribe?: boolean | undefined;
|
7039
7148
|
canPublish?: boolean | undefined;
|
@@ -7043,6 +7152,7 @@ export declare const SignalResponse: {
|
|
7043
7152
|
}) | undefined;
|
7044
7153
|
hidden?: boolean | undefined;
|
7045
7154
|
recorder?: boolean | undefined;
|
7155
|
+
canUpdateMetadata?: boolean | undefined;
|
7046
7156
|
} & {
|
7047
7157
|
[K_128 in Exclude<keyof I_1["message"]["join"]["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
7048
7158
|
}) | undefined;
|
@@ -7101,6 +7211,7 @@ export declare const SignalResponse: {
|
|
7101
7211
|
canPublishSources?: TrackSource[] | undefined;
|
7102
7212
|
hidden?: boolean | undefined;
|
7103
7213
|
recorder?: boolean | undefined;
|
7214
|
+
canUpdateMetadata?: boolean | undefined;
|
7104
7215
|
} | undefined;
|
7105
7216
|
region?: string | undefined;
|
7106
7217
|
isPublisher?: boolean | undefined;
|
@@ -7154,6 +7265,7 @@ export declare const SignalResponse: {
|
|
7154
7265
|
canPublishSources?: TrackSource[] | undefined;
|
7155
7266
|
hidden?: boolean | undefined;
|
7156
7267
|
recorder?: boolean | undefined;
|
7268
|
+
canUpdateMetadata?: boolean | undefined;
|
7157
7269
|
} | undefined;
|
7158
7270
|
region?: string | undefined;
|
7159
7271
|
isPublisher?: boolean | undefined;
|
@@ -7394,6 +7506,7 @@ export declare const SignalResponse: {
|
|
7394
7506
|
canPublishSources?: TrackSource[] | undefined;
|
7395
7507
|
hidden?: boolean | undefined;
|
7396
7508
|
recorder?: boolean | undefined;
|
7509
|
+
canUpdateMetadata?: boolean | undefined;
|
7397
7510
|
} & {
|
7398
7511
|
canSubscribe?: boolean | undefined;
|
7399
7512
|
canPublish?: boolean | undefined;
|
@@ -7403,6 +7516,7 @@ export declare const SignalResponse: {
|
|
7403
7516
|
}) | undefined;
|
7404
7517
|
hidden?: boolean | undefined;
|
7405
7518
|
recorder?: boolean | undefined;
|
7519
|
+
canUpdateMetadata?: boolean | undefined;
|
7406
7520
|
} & {
|
7407
7521
|
[K_139 in Exclude<keyof I_1["message"]["join"]["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
7408
7522
|
}) | undefined;
|
@@ -7461,6 +7575,7 @@ export declare const SignalResponse: {
|
|
7461
7575
|
canPublishSources?: TrackSource[] | undefined;
|
7462
7576
|
hidden?: boolean | undefined;
|
7463
7577
|
recorder?: boolean | undefined;
|
7578
|
+
canUpdateMetadata?: boolean | undefined;
|
7464
7579
|
} | undefined;
|
7465
7580
|
region?: string | undefined;
|
7466
7581
|
isPublisher?: boolean | undefined;
|
@@ -7691,6 +7806,7 @@ export declare const SignalResponse: {
|
|
7691
7806
|
canPublishSources?: TrackSource[] | undefined;
|
7692
7807
|
hidden?: boolean | undefined;
|
7693
7808
|
recorder?: boolean | undefined;
|
7809
|
+
canUpdateMetadata?: boolean | undefined;
|
7694
7810
|
} | undefined;
|
7695
7811
|
region?: string | undefined;
|
7696
7812
|
isPublisher?: boolean | undefined;
|
@@ -7750,6 +7866,7 @@ export declare const SignalResponse: {
|
|
7750
7866
|
canPublishSources?: TrackSource[] | undefined;
|
7751
7867
|
hidden?: boolean | undefined;
|
7752
7868
|
recorder?: boolean | undefined;
|
7869
|
+
canUpdateMetadata?: boolean | undefined;
|
7753
7870
|
} | undefined;
|
7754
7871
|
region?: string | undefined;
|
7755
7872
|
isPublisher?: boolean | undefined;
|
@@ -7805,6 +7922,7 @@ export declare const SignalResponse: {
|
|
7805
7922
|
canPublishSources?: TrackSource[] | undefined;
|
7806
7923
|
hidden?: boolean | undefined;
|
7807
7924
|
recorder?: boolean | undefined;
|
7925
|
+
canUpdateMetadata?: boolean | undefined;
|
7808
7926
|
} | undefined;
|
7809
7927
|
region?: string | undefined;
|
7810
7928
|
isPublisher?: boolean | undefined;
|
@@ -7858,6 +7976,7 @@ export declare const SignalResponse: {
|
|
7858
7976
|
canPublishSources?: TrackSource[] | undefined;
|
7859
7977
|
hidden?: boolean | undefined;
|
7860
7978
|
recorder?: boolean | undefined;
|
7979
|
+
canUpdateMetadata?: boolean | undefined;
|
7861
7980
|
} | undefined;
|
7862
7981
|
region?: string | undefined;
|
7863
7982
|
isPublisher?: boolean | undefined;
|
@@ -8098,6 +8217,7 @@ export declare const SignalResponse: {
|
|
8098
8217
|
canPublishSources?: TrackSource[] | undefined;
|
8099
8218
|
hidden?: boolean | undefined;
|
8100
8219
|
recorder?: boolean | undefined;
|
8220
|
+
canUpdateMetadata?: boolean | undefined;
|
8101
8221
|
} & {
|
8102
8222
|
canSubscribe?: boolean | undefined;
|
8103
8223
|
canPublish?: boolean | undefined;
|
@@ -8107,6 +8227,7 @@ export declare const SignalResponse: {
|
|
8107
8227
|
}) | undefined;
|
8108
8228
|
hidden?: boolean | undefined;
|
8109
8229
|
recorder?: boolean | undefined;
|
8230
|
+
canUpdateMetadata?: boolean | undefined;
|
8110
8231
|
} & {
|
8111
8232
|
[K_169 in Exclude<keyof I_1["message"]["update"]["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
8112
8233
|
}) | undefined;
|
@@ -8165,6 +8286,7 @@ export declare const SignalResponse: {
|
|
8165
8286
|
canPublishSources?: TrackSource[] | undefined;
|
8166
8287
|
hidden?: boolean | undefined;
|
8167
8288
|
recorder?: boolean | undefined;
|
8289
|
+
canUpdateMetadata?: boolean | undefined;
|
8168
8290
|
} | undefined;
|
8169
8291
|
region?: string | undefined;
|
8170
8292
|
isPublisher?: boolean | undefined;
|
@@ -8515,6 +8637,7 @@ export declare const SignalResponse: {
|
|
8515
8637
|
}[] | undefined;
|
8516
8638
|
metadata?: string | undefined;
|
8517
8639
|
numParticipants?: number | undefined;
|
8640
|
+
numPublishers?: number | undefined;
|
8518
8641
|
activeRecording?: boolean | undefined;
|
8519
8642
|
} | undefined;
|
8520
8643
|
} | undefined;
|
@@ -8535,6 +8658,7 @@ export declare const SignalResponse: {
|
|
8535
8658
|
}[] | undefined;
|
8536
8659
|
metadata?: string | undefined;
|
8537
8660
|
numParticipants?: number | undefined;
|
8661
|
+
numPublishers?: number | undefined;
|
8538
8662
|
activeRecording?: boolean | undefined;
|
8539
8663
|
} | undefined;
|
8540
8664
|
} & {
|
@@ -8551,6 +8675,7 @@ export declare const SignalResponse: {
|
|
8551
8675
|
}[] | undefined;
|
8552
8676
|
metadata?: string | undefined;
|
8553
8677
|
numParticipants?: number | undefined;
|
8678
|
+
numPublishers?: number | undefined;
|
8554
8679
|
activeRecording?: boolean | undefined;
|
8555
8680
|
} & {
|
8556
8681
|
sid?: string | undefined;
|
@@ -8578,6 +8703,7 @@ export declare const SignalResponse: {
|
|
8578
8703
|
}) | undefined;
|
8579
8704
|
metadata?: string | undefined;
|
8580
8705
|
numParticipants?: number | undefined;
|
8706
|
+
numPublishers?: number | undefined;
|
8581
8707
|
activeRecording?: boolean | undefined;
|
8582
8708
|
} & {
|
8583
8709
|
[K_193 in Exclude<keyof I_1["message"]["roomUpdate"]["room"], keyof Room>]: never;
|
@@ -9282,6 +9408,7 @@ export declare const JoinResponse: {
|
|
9282
9408
|
}[] | undefined;
|
9283
9409
|
metadata?: string | undefined;
|
9284
9410
|
numParticipants?: number | undefined;
|
9411
|
+
numPublishers?: number | undefined;
|
9285
9412
|
activeRecording?: boolean | undefined;
|
9286
9413
|
} | undefined;
|
9287
9414
|
participant?: {
|
@@ -9334,6 +9461,7 @@ export declare const JoinResponse: {
|
|
9334
9461
|
canPublishSources?: TrackSource[] | undefined;
|
9335
9462
|
hidden?: boolean | undefined;
|
9336
9463
|
recorder?: boolean | undefined;
|
9464
|
+
canUpdateMetadata?: boolean | undefined;
|
9337
9465
|
} | undefined;
|
9338
9466
|
region?: string | undefined;
|
9339
9467
|
isPublisher?: boolean | undefined;
|
@@ -9388,6 +9516,7 @@ export declare const JoinResponse: {
|
|
9388
9516
|
canPublishSources?: TrackSource[] | undefined;
|
9389
9517
|
hidden?: boolean | undefined;
|
9390
9518
|
recorder?: boolean | undefined;
|
9519
|
+
canUpdateMetadata?: boolean | undefined;
|
9391
9520
|
} | undefined;
|
9392
9521
|
region?: string | undefined;
|
9393
9522
|
isPublisher?: boolean | undefined;
|
@@ -9441,6 +9570,7 @@ export declare const JoinResponse: {
|
|
9441
9570
|
}[] | undefined;
|
9442
9571
|
metadata?: string | undefined;
|
9443
9572
|
numParticipants?: number | undefined;
|
9573
|
+
numPublishers?: number | undefined;
|
9444
9574
|
activeRecording?: boolean | undefined;
|
9445
9575
|
} & {
|
9446
9576
|
sid?: string | undefined;
|
@@ -9468,6 +9598,7 @@ export declare const JoinResponse: {
|
|
9468
9598
|
}) | undefined;
|
9469
9599
|
metadata?: string | undefined;
|
9470
9600
|
numParticipants?: number | undefined;
|
9601
|
+
numPublishers?: number | undefined;
|
9471
9602
|
activeRecording?: boolean | undefined;
|
9472
9603
|
} & {
|
9473
9604
|
[K_2 in Exclude<keyof I["room"], keyof Room>]: never;
|
@@ -9522,6 +9653,7 @@ export declare const JoinResponse: {
|
|
9522
9653
|
canPublishSources?: TrackSource[] | undefined;
|
9523
9654
|
hidden?: boolean | undefined;
|
9524
9655
|
recorder?: boolean | undefined;
|
9656
|
+
canUpdateMetadata?: boolean | undefined;
|
9525
9657
|
} | undefined;
|
9526
9658
|
region?: string | undefined;
|
9527
9659
|
isPublisher?: boolean | undefined;
|
@@ -9762,6 +9894,7 @@ export declare const JoinResponse: {
|
|
9762
9894
|
canPublishSources?: TrackSource[] | undefined;
|
9763
9895
|
hidden?: boolean | undefined;
|
9764
9896
|
recorder?: boolean | undefined;
|
9897
|
+
canUpdateMetadata?: boolean | undefined;
|
9765
9898
|
} & {
|
9766
9899
|
canSubscribe?: boolean | undefined;
|
9767
9900
|
canPublish?: boolean | undefined;
|
@@ -9771,6 +9904,7 @@ export declare const JoinResponse: {
|
|
9771
9904
|
}) | undefined;
|
9772
9905
|
hidden?: boolean | undefined;
|
9773
9906
|
recorder?: boolean | undefined;
|
9907
|
+
canUpdateMetadata?: boolean | undefined;
|
9774
9908
|
} & {
|
9775
9909
|
[K_12 in Exclude<keyof I["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
9776
9910
|
}) | undefined;
|
@@ -9829,6 +9963,7 @@ export declare const JoinResponse: {
|
|
9829
9963
|
canPublishSources?: TrackSource[] | undefined;
|
9830
9964
|
hidden?: boolean | undefined;
|
9831
9965
|
recorder?: boolean | undefined;
|
9966
|
+
canUpdateMetadata?: boolean | undefined;
|
9832
9967
|
} | undefined;
|
9833
9968
|
region?: string | undefined;
|
9834
9969
|
isPublisher?: boolean | undefined;
|
@@ -9882,6 +10017,7 @@ export declare const JoinResponse: {
|
|
9882
10017
|
canPublishSources?: TrackSource[] | undefined;
|
9883
10018
|
hidden?: boolean | undefined;
|
9884
10019
|
recorder?: boolean | undefined;
|
10020
|
+
canUpdateMetadata?: boolean | undefined;
|
9885
10021
|
} | undefined;
|
9886
10022
|
region?: string | undefined;
|
9887
10023
|
isPublisher?: boolean | undefined;
|
@@ -10122,6 +10258,7 @@ export declare const JoinResponse: {
|
|
10122
10258
|
canPublishSources?: TrackSource[] | undefined;
|
10123
10259
|
hidden?: boolean | undefined;
|
10124
10260
|
recorder?: boolean | undefined;
|
10261
|
+
canUpdateMetadata?: boolean | undefined;
|
10125
10262
|
} & {
|
10126
10263
|
canSubscribe?: boolean | undefined;
|
10127
10264
|
canPublish?: boolean | undefined;
|
@@ -10131,6 +10268,7 @@ export declare const JoinResponse: {
|
|
10131
10268
|
}) | undefined;
|
10132
10269
|
hidden?: boolean | undefined;
|
10133
10270
|
recorder?: boolean | undefined;
|
10271
|
+
canUpdateMetadata?: boolean | undefined;
|
10134
10272
|
} & {
|
10135
10273
|
[K_23 in Exclude<keyof I["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
10136
10274
|
}) | undefined;
|
@@ -10189,6 +10327,7 @@ export declare const JoinResponse: {
|
|
10189
10327
|
canPublishSources?: TrackSource[] | undefined;
|
10190
10328
|
hidden?: boolean | undefined;
|
10191
10329
|
recorder?: boolean | undefined;
|
10330
|
+
canUpdateMetadata?: boolean | undefined;
|
10192
10331
|
} | undefined;
|
10193
10332
|
region?: string | undefined;
|
10194
10333
|
isPublisher?: boolean | undefined;
|
@@ -10318,6 +10457,7 @@ export declare const JoinResponse: {
|
|
10318
10457
|
}[] | undefined;
|
10319
10458
|
metadata?: string | undefined;
|
10320
10459
|
numParticipants?: number | undefined;
|
10460
|
+
numPublishers?: number | undefined;
|
10321
10461
|
activeRecording?: boolean | undefined;
|
10322
10462
|
} | undefined;
|
10323
10463
|
participant?: {
|
@@ -10370,6 +10510,7 @@ export declare const JoinResponse: {
|
|
10370
10510
|
canPublishSources?: TrackSource[] | undefined;
|
10371
10511
|
hidden?: boolean | undefined;
|
10372
10512
|
recorder?: boolean | undefined;
|
10513
|
+
canUpdateMetadata?: boolean | undefined;
|
10373
10514
|
} | undefined;
|
10374
10515
|
region?: string | undefined;
|
10375
10516
|
isPublisher?: boolean | undefined;
|
@@ -10424,6 +10565,7 @@ export declare const JoinResponse: {
|
|
10424
10565
|
canPublishSources?: TrackSource[] | undefined;
|
10425
10566
|
hidden?: boolean | undefined;
|
10426
10567
|
recorder?: boolean | undefined;
|
10568
|
+
canUpdateMetadata?: boolean | undefined;
|
10427
10569
|
} | undefined;
|
10428
10570
|
region?: string | undefined;
|
10429
10571
|
isPublisher?: boolean | undefined;
|
@@ -10477,6 +10619,7 @@ export declare const JoinResponse: {
|
|
10477
10619
|
}[] | undefined;
|
10478
10620
|
metadata?: string | undefined;
|
10479
10621
|
numParticipants?: number | undefined;
|
10622
|
+
numPublishers?: number | undefined;
|
10480
10623
|
activeRecording?: boolean | undefined;
|
10481
10624
|
} & {
|
10482
10625
|
sid?: string | undefined;
|
@@ -10504,6 +10647,7 @@ export declare const JoinResponse: {
|
|
10504
10647
|
}) | undefined;
|
10505
10648
|
metadata?: string | undefined;
|
10506
10649
|
numParticipants?: number | undefined;
|
10650
|
+
numPublishers?: number | undefined;
|
10507
10651
|
activeRecording?: boolean | undefined;
|
10508
10652
|
} & {
|
10509
10653
|
[K_39 in Exclude<keyof I_1["room"], keyof Room>]: never;
|
@@ -10558,6 +10702,7 @@ export declare const JoinResponse: {
|
|
10558
10702
|
canPublishSources?: TrackSource[] | undefined;
|
10559
10703
|
hidden?: boolean | undefined;
|
10560
10704
|
recorder?: boolean | undefined;
|
10705
|
+
canUpdateMetadata?: boolean | undefined;
|
10561
10706
|
} | undefined;
|
10562
10707
|
region?: string | undefined;
|
10563
10708
|
isPublisher?: boolean | undefined;
|
@@ -10798,6 +10943,7 @@ export declare const JoinResponse: {
|
|
10798
10943
|
canPublishSources?: TrackSource[] | undefined;
|
10799
10944
|
hidden?: boolean | undefined;
|
10800
10945
|
recorder?: boolean | undefined;
|
10946
|
+
canUpdateMetadata?: boolean | undefined;
|
10801
10947
|
} & {
|
10802
10948
|
canSubscribe?: boolean | undefined;
|
10803
10949
|
canPublish?: boolean | undefined;
|
@@ -10807,6 +10953,7 @@ export declare const JoinResponse: {
|
|
10807
10953
|
}) | undefined;
|
10808
10954
|
hidden?: boolean | undefined;
|
10809
10955
|
recorder?: boolean | undefined;
|
10956
|
+
canUpdateMetadata?: boolean | undefined;
|
10810
10957
|
} & {
|
10811
10958
|
[K_49 in Exclude<keyof I_1["participant"]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
10812
10959
|
}) | undefined;
|
@@ -10865,6 +11012,7 @@ export declare const JoinResponse: {
|
|
10865
11012
|
canPublishSources?: TrackSource[] | undefined;
|
10866
11013
|
hidden?: boolean | undefined;
|
10867
11014
|
recorder?: boolean | undefined;
|
11015
|
+
canUpdateMetadata?: boolean | undefined;
|
10868
11016
|
} | undefined;
|
10869
11017
|
region?: string | undefined;
|
10870
11018
|
isPublisher?: boolean | undefined;
|
@@ -10918,6 +11066,7 @@ export declare const JoinResponse: {
|
|
10918
11066
|
canPublishSources?: TrackSource[] | undefined;
|
10919
11067
|
hidden?: boolean | undefined;
|
10920
11068
|
recorder?: boolean | undefined;
|
11069
|
+
canUpdateMetadata?: boolean | undefined;
|
10921
11070
|
} | undefined;
|
10922
11071
|
region?: string | undefined;
|
10923
11072
|
isPublisher?: boolean | undefined;
|
@@ -11158,6 +11307,7 @@ export declare const JoinResponse: {
|
|
11158
11307
|
canPublishSources?: TrackSource[] | undefined;
|
11159
11308
|
hidden?: boolean | undefined;
|
11160
11309
|
recorder?: boolean | undefined;
|
11310
|
+
canUpdateMetadata?: boolean | undefined;
|
11161
11311
|
} & {
|
11162
11312
|
canSubscribe?: boolean | undefined;
|
11163
11313
|
canPublish?: boolean | undefined;
|
@@ -11167,6 +11317,7 @@ export declare const JoinResponse: {
|
|
11167
11317
|
}) | undefined;
|
11168
11318
|
hidden?: boolean | undefined;
|
11169
11319
|
recorder?: boolean | undefined;
|
11320
|
+
canUpdateMetadata?: boolean | undefined;
|
11170
11321
|
} & {
|
11171
11322
|
[K_60 in Exclude<keyof I_1["otherParticipants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
11172
11323
|
}) | undefined;
|
@@ -11225,6 +11376,7 @@ export declare const JoinResponse: {
|
|
11225
11376
|
canPublishSources?: TrackSource[] | undefined;
|
11226
11377
|
hidden?: boolean | undefined;
|
11227
11378
|
recorder?: boolean | undefined;
|
11379
|
+
canUpdateMetadata?: boolean | undefined;
|
11228
11380
|
} | undefined;
|
11229
11381
|
region?: string | undefined;
|
11230
11382
|
isPublisher?: boolean | undefined;
|
@@ -12061,6 +12213,7 @@ export declare const ParticipantUpdate: {
|
|
12061
12213
|
canPublishSources?: TrackSource[] | undefined;
|
12062
12214
|
hidden?: boolean | undefined;
|
12063
12215
|
recorder?: boolean | undefined;
|
12216
|
+
canUpdateMetadata?: boolean | undefined;
|
12064
12217
|
} | undefined;
|
12065
12218
|
region?: string | undefined;
|
12066
12219
|
isPublisher?: boolean | undefined;
|
@@ -12116,6 +12269,7 @@ export declare const ParticipantUpdate: {
|
|
12116
12269
|
canPublishSources?: TrackSource[] | undefined;
|
12117
12270
|
hidden?: boolean | undefined;
|
12118
12271
|
recorder?: boolean | undefined;
|
12272
|
+
canUpdateMetadata?: boolean | undefined;
|
12119
12273
|
} | undefined;
|
12120
12274
|
region?: string | undefined;
|
12121
12275
|
isPublisher?: boolean | undefined;
|
@@ -12169,6 +12323,7 @@ export declare const ParticipantUpdate: {
|
|
12169
12323
|
canPublishSources?: TrackSource[] | undefined;
|
12170
12324
|
hidden?: boolean | undefined;
|
12171
12325
|
recorder?: boolean | undefined;
|
12326
|
+
canUpdateMetadata?: boolean | undefined;
|
12172
12327
|
} | undefined;
|
12173
12328
|
region?: string | undefined;
|
12174
12329
|
isPublisher?: boolean | undefined;
|
@@ -12409,6 +12564,7 @@ export declare const ParticipantUpdate: {
|
|
12409
12564
|
canPublishSources?: TrackSource[] | undefined;
|
12410
12565
|
hidden?: boolean | undefined;
|
12411
12566
|
recorder?: boolean | undefined;
|
12567
|
+
canUpdateMetadata?: boolean | undefined;
|
12412
12568
|
} & {
|
12413
12569
|
canSubscribe?: boolean | undefined;
|
12414
12570
|
canPublish?: boolean | undefined;
|
@@ -12418,6 +12574,7 @@ export declare const ParticipantUpdate: {
|
|
12418
12574
|
}) | undefined;
|
12419
12575
|
hidden?: boolean | undefined;
|
12420
12576
|
recorder?: boolean | undefined;
|
12577
|
+
canUpdateMetadata?: boolean | undefined;
|
12421
12578
|
} & {
|
12422
12579
|
[K_9 in Exclude<keyof I["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
12423
12580
|
}) | undefined;
|
@@ -12476,6 +12633,7 @@ export declare const ParticipantUpdate: {
|
|
12476
12633
|
canPublishSources?: TrackSource[] | undefined;
|
12477
12634
|
hidden?: boolean | undefined;
|
12478
12635
|
recorder?: boolean | undefined;
|
12636
|
+
canUpdateMetadata?: boolean | undefined;
|
12479
12637
|
} | undefined;
|
12480
12638
|
region?: string | undefined;
|
12481
12639
|
isPublisher?: boolean | undefined;
|
@@ -12535,6 +12693,7 @@ export declare const ParticipantUpdate: {
|
|
12535
12693
|
canPublishSources?: TrackSource[] | undefined;
|
12536
12694
|
hidden?: boolean | undefined;
|
12537
12695
|
recorder?: boolean | undefined;
|
12696
|
+
canUpdateMetadata?: boolean | undefined;
|
12538
12697
|
} | undefined;
|
12539
12698
|
region?: string | undefined;
|
12540
12699
|
isPublisher?: boolean | undefined;
|
@@ -12590,6 +12749,7 @@ export declare const ParticipantUpdate: {
|
|
12590
12749
|
canPublishSources?: TrackSource[] | undefined;
|
12591
12750
|
hidden?: boolean | undefined;
|
12592
12751
|
recorder?: boolean | undefined;
|
12752
|
+
canUpdateMetadata?: boolean | undefined;
|
12593
12753
|
} | undefined;
|
12594
12754
|
region?: string | undefined;
|
12595
12755
|
isPublisher?: boolean | undefined;
|
@@ -12643,6 +12803,7 @@ export declare const ParticipantUpdate: {
|
|
12643
12803
|
canPublishSources?: TrackSource[] | undefined;
|
12644
12804
|
hidden?: boolean | undefined;
|
12645
12805
|
recorder?: boolean | undefined;
|
12806
|
+
canUpdateMetadata?: boolean | undefined;
|
12646
12807
|
} | undefined;
|
12647
12808
|
region?: string | undefined;
|
12648
12809
|
isPublisher?: boolean | undefined;
|
@@ -12883,6 +13044,7 @@ export declare const ParticipantUpdate: {
|
|
12883
13044
|
canPublishSources?: TrackSource[] | undefined;
|
12884
13045
|
hidden?: boolean | undefined;
|
12885
13046
|
recorder?: boolean | undefined;
|
13047
|
+
canUpdateMetadata?: boolean | undefined;
|
12886
13048
|
} & {
|
12887
13049
|
canSubscribe?: boolean | undefined;
|
12888
13050
|
canPublish?: boolean | undefined;
|
@@ -12892,6 +13054,7 @@ export declare const ParticipantUpdate: {
|
|
12892
13054
|
}) | undefined;
|
12893
13055
|
hidden?: boolean | undefined;
|
12894
13056
|
recorder?: boolean | undefined;
|
13057
|
+
canUpdateMetadata?: boolean | undefined;
|
12895
13058
|
} & {
|
12896
13059
|
[K_22 in Exclude<keyof I_1["participants"][number]["permission"], keyof import("./livekit_models").ParticipantPermission>]: never;
|
12897
13060
|
}) | undefined;
|
@@ -12950,6 +13113,7 @@ export declare const ParticipantUpdate: {
|
|
12950
13113
|
canPublishSources?: TrackSource[] | undefined;
|
12951
13114
|
hidden?: boolean | undefined;
|
12952
13115
|
recorder?: boolean | undefined;
|
13116
|
+
canUpdateMetadata?: boolean | undefined;
|
12953
13117
|
} | undefined;
|
12954
13118
|
region?: string | undefined;
|
12955
13119
|
isPublisher?: boolean | undefined;
|
@@ -13204,17 +13368,21 @@ export declare const UpdateParticipantMetadata: {
|
|
13204
13368
|
toJSON(message: UpdateParticipantMetadata): unknown;
|
13205
13369
|
create<I extends {
|
13206
13370
|
metadata?: string | undefined;
|
13371
|
+
name?: string | undefined;
|
13207
13372
|
} & {
|
13208
13373
|
metadata?: string | undefined;
|
13374
|
+
name?: string | undefined;
|
13209
13375
|
} & {
|
13210
|
-
[K in Exclude<keyof I,
|
13376
|
+
[K in Exclude<keyof I, keyof UpdateParticipantMetadata>]: never;
|
13211
13377
|
}>(base?: I | undefined): UpdateParticipantMetadata;
|
13212
13378
|
fromPartial<I_1 extends {
|
13213
13379
|
metadata?: string | undefined;
|
13380
|
+
name?: string | undefined;
|
13214
13381
|
} & {
|
13215
13382
|
metadata?: string | undefined;
|
13383
|
+
name?: string | undefined;
|
13216
13384
|
} & {
|
13217
|
-
[K_1 in Exclude<keyof I_1,
|
13385
|
+
[K_1 in Exclude<keyof I_1, keyof UpdateParticipantMetadata>]: never;
|
13218
13386
|
}>(object: I_1): UpdateParticipantMetadata;
|
13219
13387
|
};
|
13220
13388
|
export declare const ICEServer: {
|
@@ -13336,6 +13504,7 @@ export declare const RoomUpdate: {
|
|
13336
13504
|
}[] | undefined;
|
13337
13505
|
metadata?: string | undefined;
|
13338
13506
|
numParticipants?: number | undefined;
|
13507
|
+
numPublishers?: number | undefined;
|
13339
13508
|
activeRecording?: boolean | undefined;
|
13340
13509
|
} | undefined;
|
13341
13510
|
} & {
|
@@ -13352,6 +13521,7 @@ export declare const RoomUpdate: {
|
|
13352
13521
|
}[] | undefined;
|
13353
13522
|
metadata?: string | undefined;
|
13354
13523
|
numParticipants?: number | undefined;
|
13524
|
+
numPublishers?: number | undefined;
|
13355
13525
|
activeRecording?: boolean | undefined;
|
13356
13526
|
} & {
|
13357
13527
|
sid?: string | undefined;
|
@@ -13379,6 +13549,7 @@ export declare const RoomUpdate: {
|
|
13379
13549
|
}) | undefined;
|
13380
13550
|
metadata?: string | undefined;
|
13381
13551
|
numParticipants?: number | undefined;
|
13552
|
+
numPublishers?: number | undefined;
|
13382
13553
|
activeRecording?: boolean | undefined;
|
13383
13554
|
} & {
|
13384
13555
|
[K_2 in Exclude<keyof I["room"], keyof Room>]: never;
|
@@ -13400,6 +13571,7 @@ export declare const RoomUpdate: {
|
|
13400
13571
|
}[] | undefined;
|
13401
13572
|
metadata?: string | undefined;
|
13402
13573
|
numParticipants?: number | undefined;
|
13574
|
+
numPublishers?: number | undefined;
|
13403
13575
|
activeRecording?: boolean | undefined;
|
13404
13576
|
} | undefined;
|
13405
13577
|
} & {
|
@@ -13416,6 +13588,7 @@ export declare const RoomUpdate: {
|
|
13416
13588
|
}[] | undefined;
|
13417
13589
|
metadata?: string | undefined;
|
13418
13590
|
numParticipants?: number | undefined;
|
13591
|
+
numPublishers?: number | undefined;
|
13419
13592
|
activeRecording?: boolean | undefined;
|
13420
13593
|
} & {
|
13421
13594
|
sid?: string | undefined;
|
@@ -13443,6 +13616,7 @@ export declare const RoomUpdate: {
|
|
13443
13616
|
}) | undefined;
|
13444
13617
|
metadata?: string | undefined;
|
13445
13618
|
numParticipants?: number | undefined;
|
13619
|
+
numPublishers?: number | undefined;
|
13446
13620
|
activeRecording?: boolean | undefined;
|
13447
13621
|
} & {
|
13448
13622
|
[K_6 in Exclude<keyof I_1["room"], keyof Room>]: never;
|
@@ -14913,6 +15087,10 @@ export declare const SimulateScenario: {
|
|
14913
15087
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
14914
15088
|
} & {
|
14915
15089
|
$case: "switchCandidateProtocol";
|
15090
|
+
}) | ({
|
15091
|
+
subscriberBandwidth?: number | undefined;
|
15092
|
+
} & {
|
15093
|
+
$case: "subscriberBandwidth";
|
14916
15094
|
}) | undefined;
|
14917
15095
|
} & {
|
14918
15096
|
scenario?: ({
|
@@ -14960,9 +15138,18 @@ export declare const SimulateScenario: {
|
|
14960
15138
|
$case: "switchCandidateProtocol";
|
14961
15139
|
} & {
|
14962
15140
|
[K_4 in Exclude<keyof I["scenario"], "switchCandidateProtocol" | "$case">]: never;
|
15141
|
+
}) | ({
|
15142
|
+
subscriberBandwidth?: number | undefined;
|
15143
|
+
} & {
|
15144
|
+
$case: "subscriberBandwidth";
|
15145
|
+
} & {
|
15146
|
+
subscriberBandwidth?: number | undefined;
|
15147
|
+
$case: "subscriberBandwidth";
|
15148
|
+
} & {
|
15149
|
+
[K_5 in Exclude<keyof I["scenario"], "subscriberBandwidth" | "$case">]: never;
|
14963
15150
|
}) | undefined;
|
14964
15151
|
} & {
|
14965
|
-
[
|
15152
|
+
[K_6 in Exclude<keyof I, "scenario">]: never;
|
14966
15153
|
}>(base?: I | undefined): SimulateScenario;
|
14967
15154
|
fromPartial<I_1 extends {
|
14968
15155
|
scenario?: ({
|
@@ -14985,6 +15172,10 @@ export declare const SimulateScenario: {
|
|
14985
15172
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
14986
15173
|
} & {
|
14987
15174
|
$case: "switchCandidateProtocol";
|
15175
|
+
}) | ({
|
15176
|
+
subscriberBandwidth?: number | undefined;
|
15177
|
+
} & {
|
15178
|
+
$case: "subscriberBandwidth";
|
14988
15179
|
}) | undefined;
|
14989
15180
|
} & {
|
14990
15181
|
scenario?: ({
|
@@ -14995,7 +15186,7 @@ export declare const SimulateScenario: {
|
|
14995
15186
|
speakerUpdate?: number | undefined;
|
14996
15187
|
$case: "speakerUpdate";
|
14997
15188
|
} & {
|
14998
|
-
[
|
15189
|
+
[K_7 in Exclude<keyof I_1["scenario"], "speakerUpdate" | "$case">]: never;
|
14999
15190
|
}) | ({
|
15000
15191
|
nodeFailure?: boolean | undefined;
|
15001
15192
|
} & {
|
@@ -15004,7 +15195,7 @@ export declare const SimulateScenario: {
|
|
15004
15195
|
nodeFailure?: boolean | undefined;
|
15005
15196
|
$case: "nodeFailure";
|
15006
15197
|
} & {
|
15007
|
-
[
|
15198
|
+
[K_8 in Exclude<keyof I_1["scenario"], "nodeFailure" | "$case">]: never;
|
15008
15199
|
}) | ({
|
15009
15200
|
migration?: boolean | undefined;
|
15010
15201
|
} & {
|
@@ -15013,7 +15204,7 @@ export declare const SimulateScenario: {
|
|
15013
15204
|
migration?: boolean | undefined;
|
15014
15205
|
$case: "migration";
|
15015
15206
|
} & {
|
15016
|
-
[
|
15207
|
+
[K_9 in Exclude<keyof I_1["scenario"], "migration" | "$case">]: never;
|
15017
15208
|
}) | ({
|
15018
15209
|
serverLeave?: boolean | undefined;
|
15019
15210
|
} & {
|
@@ -15022,7 +15213,7 @@ export declare const SimulateScenario: {
|
|
15022
15213
|
serverLeave?: boolean | undefined;
|
15023
15214
|
$case: "serverLeave";
|
15024
15215
|
} & {
|
15025
|
-
[
|
15216
|
+
[K_10 in Exclude<keyof I_1["scenario"], "serverLeave" | "$case">]: never;
|
15026
15217
|
}) | ({
|
15027
15218
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
15028
15219
|
} & {
|
@@ -15031,10 +15222,19 @@ export declare const SimulateScenario: {
|
|
15031
15222
|
switchCandidateProtocol?: CandidateProtocol | undefined;
|
15032
15223
|
$case: "switchCandidateProtocol";
|
15033
15224
|
} & {
|
15034
|
-
[
|
15225
|
+
[K_11 in Exclude<keyof I_1["scenario"], "switchCandidateProtocol" | "$case">]: never;
|
15226
|
+
}) | ({
|
15227
|
+
subscriberBandwidth?: number | undefined;
|
15228
|
+
} & {
|
15229
|
+
$case: "subscriberBandwidth";
|
15230
|
+
} & {
|
15231
|
+
subscriberBandwidth?: number | undefined;
|
15232
|
+
$case: "subscriberBandwidth";
|
15233
|
+
} & {
|
15234
|
+
[K_12 in Exclude<keyof I_1["scenario"], "subscriberBandwidth" | "$case">]: never;
|
15035
15235
|
}) | undefined;
|
15036
15236
|
} & {
|
15037
|
-
[
|
15237
|
+
[K_13 in Exclude<keyof I_1, "scenario">]: never;
|
15038
15238
|
}>(object: I_1): SimulateScenario;
|
15039
15239
|
};
|
15040
15240
|
export declare const Ping: {
|
@@ -15085,6 +15285,102 @@ export declare const Pong: {
|
|
15085
15285
|
[K_1 in Exclude<keyof I_1, keyof Pong>]: never;
|
15086
15286
|
}>(object: I_1): Pong;
|
15087
15287
|
};
|
15288
|
+
export declare const RegionSettings: {
|
15289
|
+
encode(message: RegionSettings, writer?: _m0.Writer): _m0.Writer;
|
15290
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RegionSettings;
|
15291
|
+
fromJSON(object: any): RegionSettings;
|
15292
|
+
toJSON(message: RegionSettings): unknown;
|
15293
|
+
create<I extends {
|
15294
|
+
regions?: {
|
15295
|
+
region?: string | undefined;
|
15296
|
+
url?: string | undefined;
|
15297
|
+
distance?: number | undefined;
|
15298
|
+
}[] | undefined;
|
15299
|
+
} & {
|
15300
|
+
regions?: ({
|
15301
|
+
region?: string | undefined;
|
15302
|
+
url?: string | undefined;
|
15303
|
+
distance?: number | undefined;
|
15304
|
+
}[] & ({
|
15305
|
+
region?: string | undefined;
|
15306
|
+
url?: string | undefined;
|
15307
|
+
distance?: number | undefined;
|
15308
|
+
} & {
|
15309
|
+
region?: string | undefined;
|
15310
|
+
url?: string | undefined;
|
15311
|
+
distance?: number | undefined;
|
15312
|
+
} & {
|
15313
|
+
[K in Exclude<keyof I["regions"][number], keyof RegionInfo>]: never;
|
15314
|
+
})[] & {
|
15315
|
+
[K_1 in Exclude<keyof I["regions"], keyof {
|
15316
|
+
region?: string | undefined;
|
15317
|
+
url?: string | undefined;
|
15318
|
+
distance?: number | undefined;
|
15319
|
+
}[]>]: never;
|
15320
|
+
}) | undefined;
|
15321
|
+
} & {
|
15322
|
+
[K_2 in Exclude<keyof I, "regions">]: never;
|
15323
|
+
}>(base?: I | undefined): RegionSettings;
|
15324
|
+
fromPartial<I_1 extends {
|
15325
|
+
regions?: {
|
15326
|
+
region?: string | undefined;
|
15327
|
+
url?: string | undefined;
|
15328
|
+
distance?: number | undefined;
|
15329
|
+
}[] | undefined;
|
15330
|
+
} & {
|
15331
|
+
regions?: ({
|
15332
|
+
region?: string | undefined;
|
15333
|
+
url?: string | undefined;
|
15334
|
+
distance?: number | undefined;
|
15335
|
+
}[] & ({
|
15336
|
+
region?: string | undefined;
|
15337
|
+
url?: string | undefined;
|
15338
|
+
distance?: number | undefined;
|
15339
|
+
} & {
|
15340
|
+
region?: string | undefined;
|
15341
|
+
url?: string | undefined;
|
15342
|
+
distance?: number | undefined;
|
15343
|
+
} & {
|
15344
|
+
[K_3 in Exclude<keyof I_1["regions"][number], keyof RegionInfo>]: never;
|
15345
|
+
})[] & {
|
15346
|
+
[K_4 in Exclude<keyof I_1["regions"], keyof {
|
15347
|
+
region?: string | undefined;
|
15348
|
+
url?: string | undefined;
|
15349
|
+
distance?: number | undefined;
|
15350
|
+
}[]>]: never;
|
15351
|
+
}) | undefined;
|
15352
|
+
} & {
|
15353
|
+
[K_5 in Exclude<keyof I_1, "regions">]: never;
|
15354
|
+
}>(object: I_1): RegionSettings;
|
15355
|
+
};
|
15356
|
+
export declare const RegionInfo: {
|
15357
|
+
encode(message: RegionInfo, writer?: _m0.Writer): _m0.Writer;
|
15358
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RegionInfo;
|
15359
|
+
fromJSON(object: any): RegionInfo;
|
15360
|
+
toJSON(message: RegionInfo): unknown;
|
15361
|
+
create<I extends {
|
15362
|
+
region?: string | undefined;
|
15363
|
+
url?: string | undefined;
|
15364
|
+
distance?: number | undefined;
|
15365
|
+
} & {
|
15366
|
+
region?: string | undefined;
|
15367
|
+
url?: string | undefined;
|
15368
|
+
distance?: number | undefined;
|
15369
|
+
} & {
|
15370
|
+
[K in Exclude<keyof I, keyof RegionInfo>]: never;
|
15371
|
+
}>(base?: I | undefined): RegionInfo;
|
15372
|
+
fromPartial<I_1 extends {
|
15373
|
+
region?: string | undefined;
|
15374
|
+
url?: string | undefined;
|
15375
|
+
distance?: number | undefined;
|
15376
|
+
} & {
|
15377
|
+
region?: string | undefined;
|
15378
|
+
url?: string | undefined;
|
15379
|
+
distance?: number | undefined;
|
15380
|
+
} & {
|
15381
|
+
[K_1 in Exclude<keyof I_1, keyof RegionInfo>]: never;
|
15382
|
+
}>(object: I_1): RegionInfo;
|
15383
|
+
};
|
15088
15384
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
15089
15385
|
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 {
|
15090
15386
|
$case: string;
|