@webex/event-dictionary-ts 1.0.1513 → 1.0.1515
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.
|
@@ -6843,6 +6843,7 @@
|
|
|
6843
6843
|
"MEDIA",
|
|
6844
6844
|
"MS_TEAMS",
|
|
6845
6845
|
"NO_JOINS",
|
|
6846
|
+
"REMOTE_ACCESS",
|
|
6846
6847
|
"SINGLE_PARTICIPANT",
|
|
6847
6848
|
"SIP_CALL",
|
|
6848
6849
|
"SIP_MEETING",
|
|
@@ -10238,6 +10239,7 @@
|
|
|
10238
10239
|
"MEDIA",
|
|
10239
10240
|
"MS_TEAMS",
|
|
10240
10241
|
"NO_JOINS",
|
|
10242
|
+
"REMOTE_ACCESS",
|
|
10241
10243
|
"SINGLE_PARTICIPANT",
|
|
10242
10244
|
"SIP_CALL",
|
|
10243
10245
|
"SIP_MEETING",
|
|
@@ -3115,6 +3115,7 @@ export interface Event {
|
|
|
3115
3115
|
| "MEDIA"
|
|
3116
3116
|
| "MS_TEAMS"
|
|
3117
3117
|
| "NO_JOINS"
|
|
3118
|
+
| "REMOTE_ACCESS"
|
|
3118
3119
|
| "SINGLE_PARTICIPANT"
|
|
3119
3120
|
| "SIP_CALL"
|
|
3120
3121
|
| "SIP_MEETING"
|
|
@@ -4498,6 +4499,7 @@ export interface Event {
|
|
|
4498
4499
|
| "MEDIA"
|
|
4499
4500
|
| "MS_TEAMS"
|
|
4500
4501
|
| "NO_JOINS"
|
|
4502
|
+
| "REMOTE_ACCESS"
|
|
4501
4503
|
| "SINGLE_PARTICIPANT"
|
|
4502
4504
|
| "SIP_CALL"
|
|
4503
4505
|
| "SIP_MEETING"
|
|
@@ -14470,6 +14472,7 @@ export interface ClientEvent {
|
|
|
14470
14472
|
| "MEDIA"
|
|
14471
14473
|
| "MS_TEAMS"
|
|
14472
14474
|
| "NO_JOINS"
|
|
14475
|
+
| "REMOTE_ACCESS"
|
|
14473
14476
|
| "SINGLE_PARTICIPANT"
|
|
14474
14477
|
| "SIP_CALL"
|
|
14475
14478
|
| "SIP_MEETING"
|
package/package.json
CHANGED