@webex/event-dictionary-ts 1.0.1341 → 1.0.1343
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.
|
@@ -6028,6 +6028,16 @@
|
|
|
6028
6028
|
"type": "number",
|
|
6029
6029
|
"minimum": -9223372036854776000.0,
|
|
6030
6030
|
"maximum": 9223372036854776000.0
|
|
6031
|
+
},
|
|
6032
|
+
"roomType": {
|
|
6033
|
+
"type": "string",
|
|
6034
|
+
"description": "provisioning room type for CE devices",
|
|
6035
|
+
"enum": [
|
|
6036
|
+
"Briefing",
|
|
6037
|
+
"Classroom",
|
|
6038
|
+
"Standard",
|
|
6039
|
+
"PresenterAndAudience"
|
|
6040
|
+
]
|
|
6031
6041
|
}
|
|
6032
6042
|
}
|
|
6033
6043
|
},
|
|
@@ -6501,6 +6501,16 @@
|
|
|
6501
6501
|
"type": "number",
|
|
6502
6502
|
"minimum": -9223372036854776000.0,
|
|
6503
6503
|
"maximum": 9223372036854776000.0
|
|
6504
|
+
},
|
|
6505
|
+
"roomType": {
|
|
6506
|
+
"type": "string",
|
|
6507
|
+
"description": "provisioning room type for CE devices",
|
|
6508
|
+
"enum": [
|
|
6509
|
+
"Briefing",
|
|
6510
|
+
"Classroom",
|
|
6511
|
+
"Standard",
|
|
6512
|
+
"PresenterAndAudience"
|
|
6513
|
+
]
|
|
6504
6514
|
}
|
|
6505
6515
|
}
|
|
6506
6516
|
},
|
|
@@ -14287,6 +14297,16 @@
|
|
|
14287
14297
|
"type": "number",
|
|
14288
14298
|
"minimum": -9223372036854776000.0,
|
|
14289
14299
|
"maximum": 9223372036854776000.0
|
|
14300
|
+
},
|
|
14301
|
+
"roomType": {
|
|
14302
|
+
"type": "string",
|
|
14303
|
+
"description": "provisioning room type for CE devices",
|
|
14304
|
+
"enum": [
|
|
14305
|
+
"Briefing",
|
|
14306
|
+
"Classroom",
|
|
14307
|
+
"Standard",
|
|
14308
|
+
"PresenterAndAudience"
|
|
14309
|
+
]
|
|
14290
14310
|
}
|
|
14291
14311
|
}
|
|
14292
14312
|
},
|
|
@@ -3123,6 +3123,16 @@
|
|
|
3123
3123
|
"type": "number",
|
|
3124
3124
|
"minimum": -9223372036854776000.0,
|
|
3125
3125
|
"maximum": 9223372036854776000.0
|
|
3126
|
+
},
|
|
3127
|
+
"roomType": {
|
|
3128
|
+
"type": "string",
|
|
3129
|
+
"description": "provisioning room type for CE devices",
|
|
3130
|
+
"enum": [
|
|
3131
|
+
"Briefing",
|
|
3132
|
+
"Classroom",
|
|
3133
|
+
"Standard",
|
|
3134
|
+
"PresenterAndAudience"
|
|
3135
|
+
]
|
|
3126
3136
|
}
|
|
3127
3137
|
}
|
|
3128
3138
|
},
|
|
@@ -2907,6 +2907,10 @@ export interface Event {
|
|
|
2907
2907
|
videoUserCount?: number;
|
|
2908
2908
|
numScreens?: number;
|
|
2909
2909
|
configuredBitrate?: number;
|
|
2910
|
+
/**
|
|
2911
|
+
* provisioning room type for CE devices
|
|
2912
|
+
*/
|
|
2913
|
+
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
2910
2914
|
additionalProperties?: false;
|
|
2911
2915
|
};
|
|
2912
2916
|
sessionType?:
|
|
@@ -5868,6 +5872,10 @@ export interface Event {
|
|
|
5868
5872
|
videoUserCount?: number;
|
|
5869
5873
|
numScreens?: number;
|
|
5870
5874
|
configuredBitrate?: number;
|
|
5875
|
+
/**
|
|
5876
|
+
* provisioning room type for CE devices
|
|
5877
|
+
*/
|
|
5878
|
+
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
5871
5879
|
additionalProperties?: false;
|
|
5872
5880
|
};
|
|
5873
5881
|
audioTransmit: {
|
|
@@ -12104,6 +12112,10 @@ export interface ClientEvent {
|
|
|
12104
12112
|
videoUserCount?: number;
|
|
12105
12113
|
numScreens?: number;
|
|
12106
12114
|
configuredBitrate?: number;
|
|
12115
|
+
/**
|
|
12116
|
+
* provisioning room type for CE devices
|
|
12117
|
+
*/
|
|
12118
|
+
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
12107
12119
|
additionalProperties?: false;
|
|
12108
12120
|
};
|
|
12109
12121
|
sessionType?:
|
|
@@ -14922,6 +14934,10 @@ export interface MediaQualityEvent {
|
|
|
14922
14934
|
videoUserCount?: number;
|
|
14923
14935
|
numScreens?: number;
|
|
14924
14936
|
configuredBitrate?: number;
|
|
14937
|
+
/**
|
|
14938
|
+
* provisioning room type for CE devices
|
|
14939
|
+
*/
|
|
14940
|
+
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
14925
14941
|
additionalProperties?: false;
|
|
14926
14942
|
};
|
|
14927
14943
|
audioTransmit: {
|
package/package.json
CHANGED