@webex/event-dictionary-ts 1.0.1817 → 1.0.1819
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2355,6 +2355,9 @@
|
|
|
2355
2355
|
"DirectShare"
|
|
2356
2356
|
]
|
|
2357
2357
|
},
|
|
2358
|
+
"isPaired": {
|
|
2359
|
+
"type": "boolean"
|
|
2360
|
+
},
|
|
2358
2361
|
"inLobby": {
|
|
2359
2362
|
"type": "boolean"
|
|
2360
2363
|
},
|
|
@@ -10153,6 +10156,9 @@
|
|
|
10153
10156
|
"DirectShare"
|
|
10154
10157
|
]
|
|
10155
10158
|
},
|
|
10159
|
+
"isPaired": {
|
|
10160
|
+
"type": "boolean"
|
|
10161
|
+
},
|
|
10156
10162
|
"inLobby": {
|
|
10157
10163
|
"type": "boolean"
|
|
10158
10164
|
},
|
|
@@ -14693,6 +14699,9 @@
|
|
|
14693
14699
|
"DirectShare"
|
|
14694
14700
|
]
|
|
14695
14701
|
},
|
|
14702
|
+
"isPaired": {
|
|
14703
|
+
"type": "boolean"
|
|
14704
|
+
},
|
|
14696
14705
|
"inLobby": {
|
|
14697
14706
|
"type": "boolean"
|
|
14698
14707
|
},
|
|
@@ -16599,6 +16608,9 @@
|
|
|
16599
16608
|
"isMediaBypassEdge": {
|
|
16600
16609
|
"type": "boolean"
|
|
16601
16610
|
},
|
|
16611
|
+
"isNewAudioPipeline": {
|
|
16612
|
+
"type": "boolean"
|
|
16613
|
+
},
|
|
16602
16614
|
"direction": {
|
|
16603
16615
|
"enum": [
|
|
16604
16616
|
"sendrecv",
|
|
@@ -17578,6 +17590,9 @@
|
|
|
17578
17590
|
"isMediaBypassEdge": {
|
|
17579
17591
|
"type": "boolean"
|
|
17580
17592
|
},
|
|
17593
|
+
"isNewAudioPipeline": {
|
|
17594
|
+
"type": "boolean"
|
|
17595
|
+
},
|
|
17581
17596
|
"direction": {
|
|
17582
17597
|
"enum": [
|
|
17583
17598
|
"sendrecv",
|
|
@@ -18655,6 +18670,9 @@
|
|
|
18655
18670
|
"isMediaBypassEdge": {
|
|
18656
18671
|
"type": "boolean"
|
|
18657
18672
|
},
|
|
18673
|
+
"isNewAudioPipeline": {
|
|
18674
|
+
"type": "boolean"
|
|
18675
|
+
},
|
|
18658
18676
|
"direction": {
|
|
18659
18677
|
"enum": [
|
|
18660
18678
|
"sendrecv",
|
|
@@ -19912,6 +19930,9 @@
|
|
|
19912
19930
|
"isMediaBypassEdge": {
|
|
19913
19931
|
"type": "boolean"
|
|
19914
19932
|
},
|
|
19933
|
+
"isNewAudioPipeline": {
|
|
19934
|
+
"type": "boolean"
|
|
19935
|
+
},
|
|
19915
19936
|
"direction": {
|
|
19916
19937
|
"enum": [
|
|
19917
19938
|
"sendrecv",
|
|
@@ -21187,6 +21208,9 @@
|
|
|
21187
21208
|
"isMediaBypassEdge": {
|
|
21188
21209
|
"type": "boolean"
|
|
21189
21210
|
},
|
|
21211
|
+
"isNewAudioPipeline": {
|
|
21212
|
+
"type": "boolean"
|
|
21213
|
+
},
|
|
21190
21214
|
"direction": {
|
|
21191
21215
|
"enum": [
|
|
21192
21216
|
"sendrecv",
|
|
@@ -21717,6 +21741,9 @@
|
|
|
21717
21741
|
"isMediaBypassEdge": {
|
|
21718
21742
|
"type": "boolean"
|
|
21719
21743
|
},
|
|
21744
|
+
"isNewAudioPipeline": {
|
|
21745
|
+
"type": "boolean"
|
|
21746
|
+
},
|
|
21720
21747
|
"direction": {
|
|
21721
21748
|
"enum": [
|
|
21722
21749
|
"sendrecv",
|
|
@@ -22760,6 +22787,39 @@
|
|
|
22760
22787
|
}
|
|
22761
22788
|
}
|
|
22762
22789
|
}
|
|
22790
|
+
},
|
|
22791
|
+
"pairedDevice": {
|
|
22792
|
+
"type": "object",
|
|
22793
|
+
"additionalProperties": true,
|
|
22794
|
+
"properties": {
|
|
22795
|
+
"deviceId": {
|
|
22796
|
+
"type": "string"
|
|
22797
|
+
},
|
|
22798
|
+
"deviceJoinType": {
|
|
22799
|
+
"type": "string"
|
|
22800
|
+
},
|
|
22801
|
+
"devicePairingType": {
|
|
22802
|
+
"type": "string"
|
|
22803
|
+
},
|
|
22804
|
+
"deviceType": {
|
|
22805
|
+
"type": "string"
|
|
22806
|
+
},
|
|
22807
|
+
"deviceURL": {
|
|
22808
|
+
"type": "string"
|
|
22809
|
+
},
|
|
22810
|
+
"isPersonalDevice": {
|
|
22811
|
+
"type": "boolean"
|
|
22812
|
+
},
|
|
22813
|
+
"modelNumber": {
|
|
22814
|
+
"type": "string"
|
|
22815
|
+
},
|
|
22816
|
+
"productName": {
|
|
22817
|
+
"type": "string"
|
|
22818
|
+
},
|
|
22819
|
+
"tempSipUri": {
|
|
22820
|
+
"type": "string"
|
|
22821
|
+
}
|
|
22822
|
+
}
|
|
22763
22823
|
}
|
|
22764
22824
|
}
|
|
22765
22825
|
},
|
|
@@ -24596,6 +24656,9 @@
|
|
|
24596
24656
|
"DirectShare"
|
|
24597
24657
|
]
|
|
24598
24658
|
},
|
|
24659
|
+
"isPaired": {
|
|
24660
|
+
"type": "boolean"
|
|
24661
|
+
},
|
|
24599
24662
|
"inLobby": {
|
|
24600
24663
|
"type": "boolean"
|
|
24601
24664
|
},
|
|
@@ -28606,6 +28669,9 @@
|
|
|
28606
28669
|
"DirectShare"
|
|
28607
28670
|
]
|
|
28608
28671
|
},
|
|
28672
|
+
"isPaired": {
|
|
28673
|
+
"type": "boolean"
|
|
28674
|
+
},
|
|
28609
28675
|
"inLobby": {
|
|
28610
28676
|
"type": "boolean"
|
|
28611
28677
|
},
|
|
@@ -30453,6 +30519,9 @@
|
|
|
30453
30519
|
"isMediaBypassEdge": {
|
|
30454
30520
|
"type": "boolean"
|
|
30455
30521
|
},
|
|
30522
|
+
"isNewAudioPipeline": {
|
|
30523
|
+
"type": "boolean"
|
|
30524
|
+
},
|
|
30456
30525
|
"direction": {
|
|
30457
30526
|
"enum": [
|
|
30458
30527
|
"sendrecv",
|
|
@@ -30833,6 +30902,9 @@
|
|
|
30833
30902
|
"isMediaBypassEdge": {
|
|
30834
30903
|
"type": "boolean"
|
|
30835
30904
|
},
|
|
30905
|
+
"isNewAudioPipeline": {
|
|
30906
|
+
"type": "boolean"
|
|
30907
|
+
},
|
|
30836
30908
|
"direction": {
|
|
30837
30909
|
"enum": [
|
|
30838
30910
|
"sendrecv",
|
|
@@ -31290,6 +31362,9 @@
|
|
|
31290
31362
|
"isMediaBypassEdge": {
|
|
31291
31363
|
"type": "boolean"
|
|
31292
31364
|
},
|
|
31365
|
+
"isNewAudioPipeline": {
|
|
31366
|
+
"type": "boolean"
|
|
31367
|
+
},
|
|
31293
31368
|
"direction": {
|
|
31294
31369
|
"enum": [
|
|
31295
31370
|
"sendrecv",
|
|
@@ -31670,6 +31745,9 @@
|
|
|
31670
31745
|
"isMediaBypassEdge": {
|
|
31671
31746
|
"type": "boolean"
|
|
31672
31747
|
},
|
|
31748
|
+
"isNewAudioPipeline": {
|
|
31749
|
+
"type": "boolean"
|
|
31750
|
+
},
|
|
31673
31751
|
"direction": {
|
|
31674
31752
|
"enum": [
|
|
31675
31753
|
"sendrecv",
|
|
@@ -33902,6 +33980,9 @@
|
|
|
33902
33980
|
"DirectShare"
|
|
33903
33981
|
]
|
|
33904
33982
|
},
|
|
33983
|
+
"isPaired": {
|
|
33984
|
+
"type": "boolean"
|
|
33985
|
+
},
|
|
33905
33986
|
"inLobby": {
|
|
33906
33987
|
"type": "boolean"
|
|
33907
33988
|
},
|
|
@@ -1836,6 +1836,9 @@
|
|
|
1836
1836
|
"DirectShare"
|
|
1837
1837
|
]
|
|
1838
1838
|
},
|
|
1839
|
+
"isPaired": {
|
|
1840
|
+
"type": "boolean"
|
|
1841
|
+
},
|
|
1839
1842
|
"inLobby": {
|
|
1840
1843
|
"type": "boolean"
|
|
1841
1844
|
},
|
|
@@ -3742,6 +3745,9 @@
|
|
|
3742
3745
|
"isMediaBypassEdge": {
|
|
3743
3746
|
"type": "boolean"
|
|
3744
3747
|
},
|
|
3748
|
+
"isNewAudioPipeline": {
|
|
3749
|
+
"type": "boolean"
|
|
3750
|
+
},
|
|
3745
3751
|
"direction": {
|
|
3746
3752
|
"enum": [
|
|
3747
3753
|
"sendrecv",
|
|
@@ -4721,6 +4727,9 @@
|
|
|
4721
4727
|
"isMediaBypassEdge": {
|
|
4722
4728
|
"type": "boolean"
|
|
4723
4729
|
},
|
|
4730
|
+
"isNewAudioPipeline": {
|
|
4731
|
+
"type": "boolean"
|
|
4732
|
+
},
|
|
4724
4733
|
"direction": {
|
|
4725
4734
|
"enum": [
|
|
4726
4735
|
"sendrecv",
|
|
@@ -5798,6 +5807,9 @@
|
|
|
5798
5807
|
"isMediaBypassEdge": {
|
|
5799
5808
|
"type": "boolean"
|
|
5800
5809
|
},
|
|
5810
|
+
"isNewAudioPipeline": {
|
|
5811
|
+
"type": "boolean"
|
|
5812
|
+
},
|
|
5801
5813
|
"direction": {
|
|
5802
5814
|
"enum": [
|
|
5803
5815
|
"sendrecv",
|
|
@@ -7055,6 +7067,9 @@
|
|
|
7055
7067
|
"isMediaBypassEdge": {
|
|
7056
7068
|
"type": "boolean"
|
|
7057
7069
|
},
|
|
7070
|
+
"isNewAudioPipeline": {
|
|
7071
|
+
"type": "boolean"
|
|
7072
|
+
},
|
|
7058
7073
|
"direction": {
|
|
7059
7074
|
"enum": [
|
|
7060
7075
|
"sendrecv",
|
|
@@ -8330,6 +8345,9 @@
|
|
|
8330
8345
|
"isMediaBypassEdge": {
|
|
8331
8346
|
"type": "boolean"
|
|
8332
8347
|
},
|
|
8348
|
+
"isNewAudioPipeline": {
|
|
8349
|
+
"type": "boolean"
|
|
8350
|
+
},
|
|
8333
8351
|
"direction": {
|
|
8334
8352
|
"enum": [
|
|
8335
8353
|
"sendrecv",
|
|
@@ -8860,6 +8878,9 @@
|
|
|
8860
8878
|
"isMediaBypassEdge": {
|
|
8861
8879
|
"type": "boolean"
|
|
8862
8880
|
},
|
|
8881
|
+
"isNewAudioPipeline": {
|
|
8882
|
+
"type": "boolean"
|
|
8883
|
+
},
|
|
8863
8884
|
"direction": {
|
|
8864
8885
|
"enum": [
|
|
8865
8886
|
"sendrecv",
|
|
@@ -9903,6 +9924,39 @@
|
|
|
9903
9924
|
}
|
|
9904
9925
|
}
|
|
9905
9926
|
}
|
|
9927
|
+
},
|
|
9928
|
+
"pairedDevice": {
|
|
9929
|
+
"type": "object",
|
|
9930
|
+
"additionalProperties": true,
|
|
9931
|
+
"properties": {
|
|
9932
|
+
"deviceId": {
|
|
9933
|
+
"type": "string"
|
|
9934
|
+
},
|
|
9935
|
+
"deviceJoinType": {
|
|
9936
|
+
"type": "string"
|
|
9937
|
+
},
|
|
9938
|
+
"devicePairingType": {
|
|
9939
|
+
"type": "string"
|
|
9940
|
+
},
|
|
9941
|
+
"deviceType": {
|
|
9942
|
+
"type": "string"
|
|
9943
|
+
},
|
|
9944
|
+
"deviceURL": {
|
|
9945
|
+
"type": "string"
|
|
9946
|
+
},
|
|
9947
|
+
"isPersonalDevice": {
|
|
9948
|
+
"type": "boolean"
|
|
9949
|
+
},
|
|
9950
|
+
"modelNumber": {
|
|
9951
|
+
"type": "string"
|
|
9952
|
+
},
|
|
9953
|
+
"productName": {
|
|
9954
|
+
"type": "string"
|
|
9955
|
+
},
|
|
9956
|
+
"tempSipUri": {
|
|
9957
|
+
"type": "string"
|
|
9958
|
+
}
|
|
9959
|
+
}
|
|
9906
9960
|
}
|
|
9907
9961
|
}
|
|
9908
9962
|
}
|
|
@@ -919,6 +919,7 @@ export interface Event {
|
|
|
919
919
|
isConvergedArchitectureEnabled?: boolean;
|
|
920
920
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
921
921
|
supplementaryMediaSessionType?: "DirectShare";
|
|
922
|
+
isPaired?: boolean;
|
|
922
923
|
inLobby?: boolean;
|
|
923
924
|
isVIPMeeting?: boolean;
|
|
924
925
|
webexAppEntrypoint?: string;
|
|
@@ -4577,6 +4578,7 @@ export interface Event {
|
|
|
4577
4578
|
isConvergedArchitectureEnabled?: boolean;
|
|
4578
4579
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
4579
4580
|
supplementaryMediaSessionType?: "DirectShare";
|
|
4581
|
+
isPaired?: boolean;
|
|
4580
4582
|
inLobby?: boolean;
|
|
4581
4583
|
isVIPMeeting?: boolean;
|
|
4582
4584
|
webexAppEntrypoint?: string;
|
|
@@ -6535,6 +6537,7 @@ export interface Event {
|
|
|
6535
6537
|
isConvergedArchitectureEnabled?: boolean;
|
|
6536
6538
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
6537
6539
|
supplementaryMediaSessionType?: "DirectShare";
|
|
6540
|
+
isPaired?: boolean;
|
|
6538
6541
|
inLobby?: boolean;
|
|
6539
6542
|
isVIPMeeting?: boolean;
|
|
6540
6543
|
webexAppEntrypoint?: string;
|
|
@@ -7266,6 +7269,7 @@ export interface Event {
|
|
|
7266
7269
|
mariLiteEnabled?: boolean;
|
|
7267
7270
|
multistreamEnabled: boolean;
|
|
7268
7271
|
isMediaBypassEdge?: boolean;
|
|
7272
|
+
isNewAudioPipeline?: boolean;
|
|
7269
7273
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
7270
7274
|
localPort?: number;
|
|
7271
7275
|
peerReflexivePort?: number;
|
|
@@ -7729,6 +7733,7 @@ export interface Event {
|
|
|
7729
7733
|
mariLiteEnabled?: boolean;
|
|
7730
7734
|
multistreamEnabled: boolean;
|
|
7731
7735
|
isMediaBypassEdge?: boolean;
|
|
7736
|
+
isNewAudioPipeline?: boolean;
|
|
7732
7737
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
7733
7738
|
localPort?: number;
|
|
7734
7739
|
peerReflexivePort?: number;
|
|
@@ -8038,6 +8043,7 @@ export interface Event {
|
|
|
8038
8043
|
mariLiteEnabled?: boolean;
|
|
8039
8044
|
multistreamEnabled: boolean;
|
|
8040
8045
|
isMediaBypassEdge?: boolean;
|
|
8046
|
+
isNewAudioPipeline?: boolean;
|
|
8041
8047
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
8042
8048
|
localPort?: number;
|
|
8043
8049
|
peerReflexivePort?: number;
|
|
@@ -8641,6 +8647,7 @@ export interface Event {
|
|
|
8641
8647
|
mariLiteEnabled?: boolean;
|
|
8642
8648
|
multistreamEnabled: boolean;
|
|
8643
8649
|
isMediaBypassEdge?: boolean;
|
|
8650
|
+
isNewAudioPipeline?: boolean;
|
|
8644
8651
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
8645
8652
|
localPort?: number;
|
|
8646
8653
|
peerReflexivePort?: number;
|
|
@@ -9185,6 +9192,7 @@ export interface Event {
|
|
|
9185
9192
|
mariLiteEnabled?: boolean;
|
|
9186
9193
|
multistreamEnabled: boolean;
|
|
9187
9194
|
isMediaBypassEdge?: boolean;
|
|
9195
|
+
isNewAudioPipeline?: boolean;
|
|
9188
9196
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
9189
9197
|
localPort?: number;
|
|
9190
9198
|
peerReflexivePort?: number;
|
|
@@ -9334,6 +9342,7 @@ export interface Event {
|
|
|
9334
9342
|
mariLiteEnabled?: boolean;
|
|
9335
9343
|
multistreamEnabled: boolean;
|
|
9336
9344
|
isMediaBypassEdge?: boolean;
|
|
9345
|
+
isNewAudioPipeline?: boolean;
|
|
9337
9346
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
9338
9347
|
localPort?: number;
|
|
9339
9348
|
peerReflexivePort?: number;
|
|
@@ -9770,6 +9779,18 @@ export interface Event {
|
|
|
9770
9779
|
}[];
|
|
9771
9780
|
additionalProperties?: false;
|
|
9772
9781
|
}[];
|
|
9782
|
+
pairedDevice?: {
|
|
9783
|
+
deviceId?: string;
|
|
9784
|
+
deviceJoinType?: string;
|
|
9785
|
+
devicePairingType?: string;
|
|
9786
|
+
deviceType?: string;
|
|
9787
|
+
deviceURL?: string;
|
|
9788
|
+
isPersonalDevice?: boolean;
|
|
9789
|
+
modelNumber?: string;
|
|
9790
|
+
productName?: string;
|
|
9791
|
+
tempSipUri?: string;
|
|
9792
|
+
additionalProperties?: false;
|
|
9793
|
+
};
|
|
9773
9794
|
additionalProperties?: false;
|
|
9774
9795
|
}
|
|
9775
9796
|
| {
|
|
@@ -10401,6 +10422,7 @@ export interface Event {
|
|
|
10401
10422
|
isConvergedArchitectureEnabled?: boolean;
|
|
10402
10423
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
10403
10424
|
supplementaryMediaSessionType?: "DirectShare";
|
|
10425
|
+
isPaired?: boolean;
|
|
10404
10426
|
inLobby?: boolean;
|
|
10405
10427
|
isVIPMeeting?: boolean;
|
|
10406
10428
|
webexAppEntrypoint?: string;
|
|
@@ -12146,6 +12168,7 @@ export interface Event {
|
|
|
12146
12168
|
isConvergedArchitectureEnabled?: boolean;
|
|
12147
12169
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
12148
12170
|
supplementaryMediaSessionType?: "DirectShare";
|
|
12171
|
+
isPaired?: boolean;
|
|
12149
12172
|
inLobby?: boolean;
|
|
12150
12173
|
isVIPMeeting?: boolean;
|
|
12151
12174
|
webexAppEntrypoint?: string;
|
|
@@ -12851,6 +12874,7 @@ export interface Event {
|
|
|
12851
12874
|
mariLiteEnabled?: boolean;
|
|
12852
12875
|
multistreamEnabled: boolean;
|
|
12853
12876
|
isMediaBypassEdge?: boolean;
|
|
12877
|
+
isNewAudioPipeline?: boolean;
|
|
12854
12878
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
12855
12879
|
localPort?: number;
|
|
12856
12880
|
peerReflexivePort?: number;
|
|
@@ -12956,6 +12980,7 @@ export interface Event {
|
|
|
12956
12980
|
mariLiteEnabled?: boolean;
|
|
12957
12981
|
multistreamEnabled: boolean;
|
|
12958
12982
|
isMediaBypassEdge?: boolean;
|
|
12983
|
+
isNewAudioPipeline?: boolean;
|
|
12959
12984
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
12960
12985
|
localPort?: number;
|
|
12961
12986
|
peerReflexivePort?: number;
|
|
@@ -13093,6 +13118,7 @@ export interface Event {
|
|
|
13093
13118
|
mariLiteEnabled?: boolean;
|
|
13094
13119
|
multistreamEnabled: boolean;
|
|
13095
13120
|
isMediaBypassEdge?: boolean;
|
|
13121
|
+
isNewAudioPipeline?: boolean;
|
|
13096
13122
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
13097
13123
|
localPort?: number;
|
|
13098
13124
|
peerReflexivePort?: number;
|
|
@@ -13198,6 +13224,7 @@ export interface Event {
|
|
|
13198
13224
|
mariLiteEnabled?: boolean;
|
|
13199
13225
|
multistreamEnabled: boolean;
|
|
13200
13226
|
isMediaBypassEdge?: boolean;
|
|
13227
|
+
isNewAudioPipeline?: boolean;
|
|
13201
13228
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
13202
13229
|
localPort?: number;
|
|
13203
13230
|
peerReflexivePort?: number;
|
|
@@ -13953,6 +13980,7 @@ export interface Event {
|
|
|
13953
13980
|
isConvergedArchitectureEnabled?: boolean;
|
|
13954
13981
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
13955
13982
|
supplementaryMediaSessionType?: "DirectShare";
|
|
13983
|
+
isPaired?: boolean;
|
|
13956
13984
|
inLobby?: boolean;
|
|
13957
13985
|
isVIPMeeting?: boolean;
|
|
13958
13986
|
webexAppEntrypoint?: string;
|
|
@@ -14988,6 +15016,7 @@ export interface ClientEvent {
|
|
|
14988
15016
|
isConvergedArchitectureEnabled?: boolean;
|
|
14989
15017
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
14990
15018
|
supplementaryMediaSessionType?: "DirectShare";
|
|
15019
|
+
isPaired?: boolean;
|
|
14991
15020
|
inLobby?: boolean;
|
|
14992
15021
|
isVIPMeeting?: boolean;
|
|
14993
15022
|
webexAppEntrypoint?: string;
|
|
@@ -18554,6 +18583,7 @@ export interface FeatureEvent {
|
|
|
18554
18583
|
isConvergedArchitectureEnabled?: boolean;
|
|
18555
18584
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
18556
18585
|
supplementaryMediaSessionType?: "DirectShare";
|
|
18586
|
+
isPaired?: boolean;
|
|
18557
18587
|
inLobby?: boolean;
|
|
18558
18588
|
isVIPMeeting?: boolean;
|
|
18559
18589
|
webexAppEntrypoint?: string;
|
|
@@ -20304,6 +20334,7 @@ export interface MediaQualityEvent {
|
|
|
20304
20334
|
isConvergedArchitectureEnabled?: boolean;
|
|
20305
20335
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
20306
20336
|
supplementaryMediaSessionType?: "DirectShare";
|
|
20337
|
+
isPaired?: boolean;
|
|
20307
20338
|
inLobby?: boolean;
|
|
20308
20339
|
isVIPMeeting?: boolean;
|
|
20309
20340
|
webexAppEntrypoint?: string;
|
|
@@ -21029,6 +21060,7 @@ export interface MediaQualityEvent {
|
|
|
21029
21060
|
mariLiteEnabled?: boolean;
|
|
21030
21061
|
multistreamEnabled: boolean;
|
|
21031
21062
|
isMediaBypassEdge?: boolean;
|
|
21063
|
+
isNewAudioPipeline?: boolean;
|
|
21032
21064
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
21033
21065
|
localPort?: number;
|
|
21034
21066
|
peerReflexivePort?: number;
|
|
@@ -21489,6 +21521,7 @@ export interface MediaQualityEvent {
|
|
|
21489
21521
|
mariLiteEnabled?: boolean;
|
|
21490
21522
|
multistreamEnabled: boolean;
|
|
21491
21523
|
isMediaBypassEdge?: boolean;
|
|
21524
|
+
isNewAudioPipeline?: boolean;
|
|
21492
21525
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
21493
21526
|
localPort?: number;
|
|
21494
21527
|
peerReflexivePort?: number;
|
|
@@ -21798,6 +21831,7 @@ export interface MediaQualityEvent {
|
|
|
21798
21831
|
mariLiteEnabled?: boolean;
|
|
21799
21832
|
multistreamEnabled: boolean;
|
|
21800
21833
|
isMediaBypassEdge?: boolean;
|
|
21834
|
+
isNewAudioPipeline?: boolean;
|
|
21801
21835
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
21802
21836
|
localPort?: number;
|
|
21803
21837
|
peerReflexivePort?: number;
|
|
@@ -22401,6 +22435,7 @@ export interface MediaQualityEvent {
|
|
|
22401
22435
|
mariLiteEnabled?: boolean;
|
|
22402
22436
|
multistreamEnabled: boolean;
|
|
22403
22437
|
isMediaBypassEdge?: boolean;
|
|
22438
|
+
isNewAudioPipeline?: boolean;
|
|
22404
22439
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
22405
22440
|
localPort?: number;
|
|
22406
22441
|
peerReflexivePort?: number;
|
|
@@ -22945,6 +22980,7 @@ export interface MediaQualityEvent {
|
|
|
22945
22980
|
mariLiteEnabled?: boolean;
|
|
22946
22981
|
multistreamEnabled: boolean;
|
|
22947
22982
|
isMediaBypassEdge?: boolean;
|
|
22983
|
+
isNewAudioPipeline?: boolean;
|
|
22948
22984
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
22949
22985
|
localPort?: number;
|
|
22950
22986
|
peerReflexivePort?: number;
|
|
@@ -23094,6 +23130,7 @@ export interface MediaQualityEvent {
|
|
|
23094
23130
|
mariLiteEnabled?: boolean;
|
|
23095
23131
|
multistreamEnabled: boolean;
|
|
23096
23132
|
isMediaBypassEdge?: boolean;
|
|
23133
|
+
isNewAudioPipeline?: boolean;
|
|
23097
23134
|
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
23098
23135
|
localPort?: number;
|
|
23099
23136
|
peerReflexivePort?: number;
|
|
@@ -23530,5 +23567,17 @@ export interface MediaQualityEvent {
|
|
|
23530
23567
|
}[];
|
|
23531
23568
|
additionalProperties?: false;
|
|
23532
23569
|
}[];
|
|
23570
|
+
pairedDevice?: {
|
|
23571
|
+
deviceId?: string;
|
|
23572
|
+
deviceJoinType?: string;
|
|
23573
|
+
devicePairingType?: string;
|
|
23574
|
+
deviceType?: string;
|
|
23575
|
+
deviceURL?: string;
|
|
23576
|
+
isPersonalDevice?: boolean;
|
|
23577
|
+
modelNumber?: string;
|
|
23578
|
+
productName?: string;
|
|
23579
|
+
tempSipUri?: string;
|
|
23580
|
+
additionalProperties?: false;
|
|
23581
|
+
};
|
|
23533
23582
|
additionalProperties?: false;
|
|
23534
23583
|
}
|
package/package.json
CHANGED