@webex/event-dictionary-ts 1.0.1460 → 1.0.1462
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.
|
@@ -2110,6 +2110,69 @@
|
|
|
2110
2110
|
"606_NotAcceptable"
|
|
2111
2111
|
]
|
|
2112
2112
|
},
|
|
2113
|
+
"schedulingInfo": {
|
|
2114
|
+
"type": "object",
|
|
2115
|
+
"description": "details of scheduling information",
|
|
2116
|
+
"additionalProperties": true,
|
|
2117
|
+
"properties": {
|
|
2118
|
+
"calendarType": {
|
|
2119
|
+
"type": "string",
|
|
2120
|
+
"description": "this defines calendar type for scheduling",
|
|
2121
|
+
"enum": [
|
|
2122
|
+
"exchange_online",
|
|
2123
|
+
"exchange_onprem",
|
|
2124
|
+
"google",
|
|
2125
|
+
"other",
|
|
2126
|
+
"webex"
|
|
2127
|
+
]
|
|
2128
|
+
},
|
|
2129
|
+
"meetingCategory": {
|
|
2130
|
+
"type": "string",
|
|
2131
|
+
"description": "this defines meeting categories for scheduling",
|
|
2132
|
+
"enum": [
|
|
2133
|
+
"adhoc_usm",
|
|
2134
|
+
"instant",
|
|
2135
|
+
"scheduled",
|
|
2136
|
+
"scheduled_pmr",
|
|
2137
|
+
"scheduled_usm",
|
|
2138
|
+
"space_meeting_v1"
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
"scheduledFrom": {
|
|
2142
|
+
"type": "string",
|
|
2143
|
+
"description": "this defines where the meeting was scheduled from",
|
|
2144
|
+
"enum": [
|
|
2145
|
+
"ADDIN_O365",
|
|
2146
|
+
"ADDIN_ONPREM",
|
|
2147
|
+
"ADHOC_USM",
|
|
2148
|
+
"AT_WEBEX_GOOGLE",
|
|
2149
|
+
"AT_WEBEX_MSFT",
|
|
2150
|
+
"AT_MEET_GOOGLE",
|
|
2151
|
+
"AT_MEET_MSFT",
|
|
2152
|
+
"GOOGLE_ADDON",
|
|
2153
|
+
"INSTANT_MEETING",
|
|
2154
|
+
"OTHER",
|
|
2155
|
+
"PT",
|
|
2156
|
+
"PUBLIC_API",
|
|
2157
|
+
"TEAMS_CLIENT",
|
|
2158
|
+
"TEAMS_CLIENT_CROSS_LAUNCH",
|
|
2159
|
+
"UNIFIED_PAGE",
|
|
2160
|
+
"WEBEX_PAGE",
|
|
2161
|
+
"XML_API"
|
|
2162
|
+
]
|
|
2163
|
+
},
|
|
2164
|
+
"schedulingOperationType": {
|
|
2165
|
+
"type": "string",
|
|
2166
|
+
"description": "this defines meeting categories for scheduling",
|
|
2167
|
+
"enum": [
|
|
2168
|
+
"prepare",
|
|
2169
|
+
"create",
|
|
2170
|
+
"update",
|
|
2171
|
+
"delete"
|
|
2172
|
+
]
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2113
2176
|
"name": {
|
|
2114
2177
|
"enum": [
|
|
2115
2178
|
"client.abort.join",
|
|
@@ -2248,6 +2311,8 @@
|
|
|
2248
2311
|
"client.meeting.VDI.connect.plugin.response",
|
|
2249
2312
|
"client.mercury.connection.lost",
|
|
2250
2313
|
"client.mercury.connection.restored",
|
|
2314
|
+
"client.mercury.connection.start",
|
|
2315
|
+
"client.mercury.connection.connected",
|
|
2251
2316
|
"client.multistream.sca.rx",
|
|
2252
2317
|
"client.multistream.sca.tx",
|
|
2253
2318
|
"client.multistream.scr.rx",
|
|
@@ -2267,6 +2332,7 @@
|
|
|
2267
2332
|
"client.pstnaudio.attempt.start",
|
|
2268
2333
|
"client.roap-message.received",
|
|
2269
2334
|
"client.roap-message.sent",
|
|
2335
|
+
"client.scheduling.initiate",
|
|
2270
2336
|
"client.share.floor-accept.notification",
|
|
2271
2337
|
"client.share.floor-grant.cancel-request",
|
|
2272
2338
|
"client.share.floor-grant.notification",
|
|
@@ -2406,6 +2472,9 @@
|
|
|
2406
2472
|
"globalMeetingId": {
|
|
2407
2473
|
"type": "string"
|
|
2408
2474
|
},
|
|
2475
|
+
"webexMeetingUUID": {
|
|
2476
|
+
"type": "string"
|
|
2477
|
+
},
|
|
2409
2478
|
"installationId": {
|
|
2410
2479
|
"type": "string"
|
|
2411
2480
|
},
|
|
@@ -3010,10 +3079,14 @@
|
|
|
3010
3079
|
"properties": {
|
|
3011
3080
|
"name": {
|
|
3012
3081
|
"enum": [
|
|
3082
|
+
"addin",
|
|
3013
3083
|
"antares",
|
|
3014
3084
|
"beech",
|
|
3015
3085
|
"breakout",
|
|
3086
|
+
"calendar",
|
|
3016
3087
|
"cb",
|
|
3088
|
+
"cca",
|
|
3089
|
+
"ccc",
|
|
3017
3090
|
"cloudproxy",
|
|
3018
3091
|
"edonus",
|
|
3019
3092
|
"endpoint",
|
|
@@ -3022,10 +3095,12 @@
|
|
|
3022
3095
|
"hedge",
|
|
3023
3096
|
"hesiod",
|
|
3024
3097
|
"homer",
|
|
3098
|
+
"j2ee",
|
|
3025
3099
|
"superhomer",
|
|
3026
3100
|
"l2sip",
|
|
3027
3101
|
"linus",
|
|
3028
3102
|
"locus",
|
|
3103
|
+
"mbs",
|
|
3029
3104
|
"mcc",
|
|
3030
3105
|
"mcs",
|
|
3031
3106
|
"mercury",
|
|
@@ -3033,15 +3108,18 @@
|
|
|
3033
3108
|
"mjs",
|
|
3034
3109
|
"mmp",
|
|
3035
3110
|
"mygdon",
|
|
3111
|
+
"ngservice",
|
|
3036
3112
|
"orpheus",
|
|
3037
3113
|
"page",
|
|
3038
3114
|
"poros",
|
|
3115
|
+
"publicapi",
|
|
3039
3116
|
"rhesos",
|
|
3040
3117
|
"terminus",
|
|
3041
3118
|
"tpgw",
|
|
3042
3119
|
"ucc",
|
|
3043
3120
|
"wdm",
|
|
3044
|
-
"webexivr"
|
|
3121
|
+
"webexivr",
|
|
3122
|
+
"xmlapi"
|
|
3045
3123
|
],
|
|
3046
3124
|
"type": "string"
|
|
3047
3125
|
},
|
|
@@ -3207,6 +3285,22 @@
|
|
|
3207
3285
|
"WEB_APP"
|
|
3208
3286
|
]
|
|
3209
3287
|
},
|
|
3288
|
+
"schedulingClientType": {
|
|
3289
|
+
"type": "string",
|
|
3290
|
+
"description": "this defines the major client types for scheduling",
|
|
3291
|
+
"enum": [
|
|
3292
|
+
"GOOGLE_ADDON",
|
|
3293
|
+
"GOOGLE_NOTIFICATION",
|
|
3294
|
+
"MSFT_NOTIFICATION",
|
|
3295
|
+
"OUTLOOK_ADDIN",
|
|
3296
|
+
"PT",
|
|
3297
|
+
"PUBLIC_API",
|
|
3298
|
+
"TEAMS_CLIENT",
|
|
3299
|
+
"UNIFIED_PAGE",
|
|
3300
|
+
"WEBEX_PAGE",
|
|
3301
|
+
"XML_API"
|
|
3302
|
+
]
|
|
3303
|
+
},
|
|
3210
3304
|
"clientVersion": {
|
|
3211
3305
|
"type": "string"
|
|
3212
3306
|
},
|