@webex/plugin-meetings 3.0.0-beta.13 → 3.0.0-beta.131
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.
- package/README.md +45 -1
- package/UPGRADING.md +9 -9
- package/browsers.js +19 -24
- package/dist/annotation/annotation.types.js +7 -0
- package/dist/annotation/annotation.types.js.map +1 -0
- package/dist/annotation/constants.js +48 -0
- package/dist/annotation/constants.js.map +1 -0
- package/dist/annotation/index.js +355 -0
- package/dist/annotation/index.js.map +1 -0
- package/dist/breakouts/breakout.js +193 -0
- package/dist/breakouts/breakout.js.map +1 -0
- package/dist/breakouts/collection.js +23 -0
- package/dist/breakouts/collection.js.map +1 -0
- package/dist/breakouts/edit-lock-error.js +52 -0
- package/dist/breakouts/edit-lock-error.js.map +1 -0
- package/dist/breakouts/events.js +43 -0
- package/dist/breakouts/events.js.map +1 -0
- package/dist/breakouts/index.js +994 -0
- package/dist/breakouts/index.js.map +1 -0
- package/dist/breakouts/request.js +78 -0
- package/dist/breakouts/request.js.map +1 -0
- package/dist/breakouts/utils.js +67 -0
- package/dist/breakouts/utils.js.map +1 -0
- package/dist/common/browser-detection.js +1 -20
- package/dist/common/browser-detection.js.map +1 -1
- package/dist/common/collection.js +5 -20
- package/dist/common/collection.js.map +1 -1
- package/dist/common/config.js +0 -7
- package/dist/common/config.js.map +1 -1
- package/dist/common/errors/captcha-error.js +5 -26
- package/dist/common/errors/captcha-error.js.map +1 -1
- package/dist/common/errors/intent-to-join.js +5 -26
- package/dist/common/errors/intent-to-join.js.map +1 -1
- package/dist/common/errors/join-meeting.js +6 -27
- package/dist/common/errors/join-meeting.js.map +1 -1
- package/dist/common/errors/media.js +5 -26
- package/dist/common/errors/media.js.map +1 -1
- package/dist/common/errors/parameter.js +5 -33
- package/dist/common/errors/parameter.js.map +1 -1
- package/dist/common/errors/password-error.js +5 -26
- package/dist/common/errors/password-error.js.map +1 -1
- package/dist/common/errors/permission.js +4 -25
- package/dist/common/errors/permission.js.map +1 -1
- package/dist/common/errors/reconnection-in-progress.js +0 -17
- package/dist/common/errors/reconnection-in-progress.js.map +1 -1
- package/dist/common/errors/reconnection.js +5 -26
- package/dist/common/errors/reconnection.js.map +1 -1
- package/dist/common/errors/stats.js +5 -26
- package/dist/common/errors/stats.js.map +1 -1
- package/dist/common/errors/webex-errors.js +6 -41
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/common/errors/webex-meetings-error.js +1 -24
- package/dist/common/errors/webex-meetings-error.js.map +1 -1
- package/dist/common/events/events-scope.js +0 -22
- package/dist/common/events/events-scope.js.map +1 -1
- package/dist/common/events/events.js +0 -23
- package/dist/common/events/events.js.map +1 -1
- package/dist/common/events/trigger-proxy.js +0 -12
- package/dist/common/events/trigger-proxy.js.map +1 -1
- package/dist/common/events/util.js +0 -15
- package/dist/common/events/util.js.map +1 -1
- package/dist/common/logs/logger-config.js +0 -4
- package/dist/common/logs/logger-config.js.map +1 -1
- package/dist/common/logs/logger-proxy.js +1 -8
- package/dist/common/logs/logger-proxy.js.map +1 -1
- package/dist/common/logs/request.js +35 -61
- package/dist/common/logs/request.js.map +1 -1
- package/dist/common/queue.js +4 -14
- package/dist/common/queue.js.map +1 -1
- package/dist/config.js +6 -6
- package/dist/config.js.map +1 -1
- package/dist/constants.js +203 -53
- package/dist/constants.js.map +1 -1
- package/dist/controls-options-manager/constants.js +14 -0
- package/dist/controls-options-manager/constants.js.map +1 -0
- package/dist/controls-options-manager/enums.js +27 -0
- package/dist/controls-options-manager/enums.js.map +1 -0
- package/dist/controls-options-manager/index.js +297 -0
- package/dist/controls-options-manager/index.js.map +1 -0
- package/dist/controls-options-manager/types.js +7 -0
- package/dist/controls-options-manager/types.js.map +1 -0
- package/dist/controls-options-manager/util.js +294 -0
- package/dist/controls-options-manager/util.js.map +1 -0
- package/dist/index.js +72 -17
- package/dist/index.js.map +1 -1
- package/dist/locus-info/controlsUtils.js +100 -29
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/embeddedAppsUtils.js +3 -26
- package/dist/locus-info/embeddedAppsUtils.js.map +1 -1
- package/dist/locus-info/fullState.js +0 -15
- package/dist/locus-info/fullState.js.map +1 -1
- package/dist/locus-info/hostUtils.js +4 -12
- package/dist/locus-info/hostUtils.js.map +1 -1
- package/dist/locus-info/index.js +406 -216
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/infoUtils.js +0 -38
- package/dist/locus-info/infoUtils.js.map +1 -1
- package/dist/locus-info/mediaSharesUtils.js +54 -38
- package/dist/locus-info/mediaSharesUtils.js.map +1 -1
- package/dist/locus-info/parser.js +88 -123
- package/dist/locus-info/parser.js.map +1 -1
- package/dist/locus-info/selfUtils.js +105 -91
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/media/index.js +55 -165
- package/dist/media/index.js.map +1 -1
- package/dist/media/properties.js +71 -117
- package/dist/media/properties.js.map +1 -1
- package/dist/media/util.js +2 -9
- package/dist/media/util.js.map +1 -1
- package/dist/mediaQualityMetrics/config.js +505 -495
- package/dist/mediaQualityMetrics/config.js.map +1 -1
- package/dist/meeting/in-meeting-actions.js +77 -14
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.js +2603 -2462
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/locusMediaRequest.js +291 -0
- package/dist/meeting/locusMediaRequest.js.map +1 -0
- package/dist/meeting/muteState.js +292 -138
- package/dist/meeting/muteState.js.map +1 -1
- package/dist/meeting/request.js +315 -336
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/request.type.js +7 -0
- package/dist/meeting/request.type.js.map +1 -0
- package/dist/meeting/state.js +21 -31
- package/dist/meeting/state.js.map +1 -1
- package/dist/meeting/util.js +463 -583
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting-info/collection.js +3 -25
- package/dist/meeting-info/collection.js.map +1 -1
- package/dist/meeting-info/index.js +10 -33
- package/dist/meeting-info/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.js +305 -286
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/request.js +1 -16
- package/dist/meeting-info/request.js.map +1 -1
- package/dist/meeting-info/util.js +98 -183
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js +156 -232
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/collection.js +24 -20
- package/dist/meetings/collection.js.map +1 -1
- package/dist/meetings/index.js +692 -593
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/request.js +23 -42
- package/dist/meetings/request.js.map +1 -1
- package/dist/meetings/util.js +186 -155
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.js +89 -88
- package/dist/member/index.js.map +1 -1
- package/dist/member/types.js +15 -0
- package/dist/member/types.js.map +1 -0
- package/dist/member/util.js +101 -69
- package/dist/member/util.js.map +1 -1
- package/dist/members/collection.js +12 -12
- package/dist/members/collection.js.map +1 -1
- package/dist/members/index.js +166 -205
- package/dist/members/index.js.map +1 -1
- package/dist/members/request.js +120 -85
- package/dist/members/request.js.map +1 -1
- package/dist/members/types.js +15 -0
- package/dist/members/types.js.map +1 -0
- package/dist/members/util.js +314 -260
- package/dist/members/util.js.map +1 -1
- package/dist/metrics/config.js +50 -16
- package/dist/metrics/config.js.map +1 -1
- package/dist/metrics/constants.js +4 -7
- package/dist/metrics/constants.js.map +1 -1
- package/dist/metrics/index.js +93 -162
- package/dist/metrics/index.js.map +1 -1
- package/dist/multistream/mediaRequestManager.js +167 -50
- package/dist/multistream/mediaRequestManager.js.map +1 -1
- package/dist/multistream/receiveSlot.js +58 -65
- package/dist/multistream/receiveSlot.js.map +1 -1
- package/dist/multistream/receiveSlotManager.js +74 -93
- package/dist/multistream/receiveSlotManager.js.map +1 -1
- package/dist/multistream/remoteMedia.js +55 -74
- package/dist/multistream/remoteMedia.js.map +1 -1
- package/dist/multistream/remoteMediaGroup.js +6 -40
- package/dist/multistream/remoteMediaGroup.js.map +1 -1
- package/dist/multistream/remoteMediaManager.js +466 -442
- package/dist/multistream/remoteMediaManager.js.map +1 -1
- package/dist/networkQualityMonitor/index.js +32 -59
- package/dist/networkQualityMonitor/index.js.map +1 -1
- package/dist/personal-meeting-room/index.js +10 -45
- package/dist/personal-meeting-room/index.js.map +1 -1
- package/dist/personal-meeting-room/request.js +2 -33
- package/dist/personal-meeting-room/request.js.map +1 -1
- package/dist/personal-meeting-room/util.js +0 -13
- package/dist/personal-meeting-room/util.js.map +1 -1
- package/dist/reachability/index.js +190 -199
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/request.js +14 -23
- package/dist/reachability/request.js.map +1 -1
- package/dist/reactions/constants.js +13 -0
- package/dist/reactions/constants.js.map +1 -0
- package/dist/reactions/reactions.js +2 -4
- package/dist/reactions/reactions.js.map +1 -1
- package/dist/reactions/reactions.type.js +19 -23
- package/dist/reactions/reactions.type.js.map +1 -1
- package/dist/reconnection-manager/index.js +326 -465
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/recording-controller/enums.js +17 -0
- package/dist/recording-controller/enums.js.map +1 -0
- package/dist/recording-controller/index.js +343 -0
- package/dist/recording-controller/index.js.map +1 -0
- package/dist/recording-controller/util.js +63 -0
- package/dist/recording-controller/util.js.map +1 -0
- package/dist/roap/index.js +31 -75
- package/dist/roap/index.js.map +1 -1
- package/dist/roap/request.js +129 -136
- package/dist/roap/request.js.map +1 -1
- package/dist/roap/turnDiscovery.js +143 -103
- package/dist/roap/turnDiscovery.js.map +1 -1
- package/dist/statsAnalyzer/global.js +1 -95
- package/dist/statsAnalyzer/global.js.map +1 -1
- package/dist/statsAnalyzer/index.js +369 -461
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js +144 -94
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/transcription/index.js +13 -45
- package/dist/transcription/index.js.map +1 -1
- package/dist/types/annotation/annotation.types.d.ts +35 -0
- package/dist/types/annotation/constants.d.ts +31 -0
- package/dist/types/annotation/index.d.ts +124 -0
- package/dist/types/breakouts/breakout.d.ts +8 -0
- package/dist/types/breakouts/collection.d.ts +5 -0
- package/dist/types/breakouts/edit-lock-error.d.ts +15 -0
- package/dist/types/breakouts/events.d.ts +2 -0
- package/dist/types/breakouts/index.d.ts +5 -0
- package/dist/types/breakouts/request.d.ts +22 -0
- package/dist/types/breakouts/utils.d.ts +15 -0
- package/dist/types/common/browser-detection.d.ts +9 -0
- package/dist/types/common/collection.d.ts +48 -0
- package/dist/types/common/config.d.ts +2 -0
- package/dist/types/common/errors/captcha-error.d.ts +15 -0
- package/dist/types/common/errors/intent-to-join.d.ts +16 -0
- package/dist/types/common/errors/join-meeting.d.ts +17 -0
- package/dist/types/common/errors/media.d.ts +15 -0
- package/dist/types/common/errors/parameter.d.ts +15 -0
- package/dist/types/common/errors/password-error.d.ts +15 -0
- package/dist/types/common/errors/permission.d.ts +14 -0
- package/dist/types/common/errors/reconnection-in-progress.d.ts +9 -0
- package/dist/types/common/errors/reconnection.d.ts +15 -0
- package/dist/types/common/errors/stats.d.ts +15 -0
- package/dist/types/common/errors/webex-errors.d.ts +69 -0
- package/dist/types/common/errors/webex-meetings-error.d.ts +20 -0
- package/dist/types/common/events/events-scope.d.ts +17 -0
- package/dist/types/common/events/events.d.ts +12 -0
- package/dist/types/common/events/trigger-proxy.d.ts +2 -0
- package/dist/types/common/events/util.d.ts +2 -0
- package/dist/types/common/logs/logger-config.d.ts +2 -0
- package/dist/types/common/logs/logger-proxy.d.ts +2 -0
- package/dist/types/common/logs/request.d.ts +34 -0
- package/dist/types/common/queue.d.ts +32 -0
- package/dist/types/config.d.ts +78 -0
- package/dist/types/constants.d.ts +993 -0
- package/dist/types/controls-options-manager/constants.d.ts +4 -0
- package/dist/types/controls-options-manager/enums.d.ts +15 -0
- package/dist/types/controls-options-manager/index.d.ts +136 -0
- package/dist/types/controls-options-manager/types.d.ts +43 -0
- package/dist/types/controls-options-manager/util.d.ts +1 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/locus-info/controlsUtils.d.ts +2 -0
- package/dist/types/locus-info/embeddedAppsUtils.d.ts +2 -0
- package/dist/types/locus-info/fullState.d.ts +2 -0
- package/dist/types/locus-info/hostUtils.d.ts +2 -0
- package/dist/types/locus-info/index.d.ts +315 -0
- package/dist/types/locus-info/infoUtils.d.ts +2 -0
- package/dist/types/locus-info/mediaSharesUtils.d.ts +2 -0
- package/dist/types/locus-info/parser.d.ts +212 -0
- package/dist/types/locus-info/selfUtils.d.ts +2 -0
- package/dist/types/media/index.d.ts +34 -0
- package/dist/types/media/properties.d.ts +108 -0
- package/dist/types/media/util.d.ts +2 -0
- package/dist/types/mediaQualityMetrics/config.d.ts +365 -0
- package/dist/types/meeting/in-meeting-actions.d.ts +147 -0
- package/dist/types/meeting/index.d.ts +1762 -0
- package/dist/types/meeting/locusMediaRequest.d.ts +70 -0
- package/dist/types/meeting/muteState.d.ts +186 -0
- package/dist/types/meeting/request.d.ts +269 -0
- package/dist/types/meeting/request.type.d.ts +11 -0
- package/dist/types/meeting/state.d.ts +9 -0
- package/dist/types/meeting/util.d.ts +76 -0
- package/dist/types/meeting-info/collection.d.ts +20 -0
- package/dist/types/meeting-info/index.d.ts +57 -0
- package/dist/types/meeting-info/meeting-info-v2.d.ts +122 -0
- package/dist/types/meeting-info/request.d.ts +22 -0
- package/dist/types/meeting-info/util.d.ts +2 -0
- package/dist/types/meeting-info/utilv2.d.ts +2 -0
- package/dist/types/meetings/collection.d.ts +31 -0
- package/dist/types/meetings/index.d.ts +345 -0
- package/dist/types/meetings/request.d.ts +27 -0
- package/dist/types/meetings/util.d.ts +18 -0
- package/dist/types/member/index.d.ts +157 -0
- package/dist/types/member/types.d.ts +21 -0
- package/dist/types/member/util.d.ts +2 -0
- package/dist/types/members/collection.d.ts +29 -0
- package/dist/types/members/index.d.ts +353 -0
- package/dist/types/members/request.d.ts +114 -0
- package/dist/types/members/types.d.ts +24 -0
- package/dist/types/members/util.d.ts +210 -0
- package/dist/types/metrics/config.d.ts +195 -0
- package/dist/types/metrics/constants.d.ts +55 -0
- package/dist/types/metrics/index.d.ts +169 -0
- package/dist/types/multistream/mediaRequestManager.d.ts +101 -0
- package/dist/types/multistream/receiveSlot.d.ts +68 -0
- package/dist/types/multistream/receiveSlotManager.d.ts +56 -0
- package/dist/types/multistream/remoteMedia.d.ts +72 -0
- package/dist/types/multistream/remoteMediaGroup.d.ts +47 -0
- package/dist/types/multistream/remoteMediaManager.d.ts +263 -0
- package/dist/types/networkQualityMonitor/index.d.ts +70 -0
- package/dist/types/personal-meeting-room/index.d.ts +47 -0
- package/dist/types/personal-meeting-room/request.d.ts +14 -0
- package/dist/types/personal-meeting-room/util.d.ts +2 -0
- package/dist/types/reachability/index.d.ts +152 -0
- package/dist/types/reachability/request.d.ts +37 -0
- package/dist/types/reactions/constants.d.ts +3 -0
- package/dist/types/reactions/reactions.d.ts +4 -0
- package/dist/types/reactions/reactions.type.d.ts +52 -0
- package/dist/types/reconnection-manager/index.d.ts +126 -0
- package/dist/types/recording-controller/enums.d.ts +7 -0
- package/dist/types/recording-controller/index.d.ts +193 -0
- package/dist/types/recording-controller/util.d.ts +13 -0
- package/dist/types/roap/index.d.ts +77 -0
- package/dist/types/roap/request.d.ts +36 -0
- package/dist/types/roap/turnDiscovery.d.ts +91 -0
- package/dist/types/statsAnalyzer/global.d.ts +36 -0
- package/dist/types/statsAnalyzer/index.d.ts +200 -0
- package/dist/types/statsAnalyzer/mqaUtil.d.ts +24 -0
- package/dist/types/transcription/index.d.ts +64 -0
- package/internal-README.md +7 -6
- package/package.json +28 -21
- package/src/annotation/annotation.types.ts +42 -0
- package/src/annotation/constants.ts +36 -0
- package/src/annotation/index.ts +339 -0
- package/src/breakouts/README.md +220 -0
- package/src/breakouts/breakout.ts +163 -0
- package/src/breakouts/collection.ts +19 -0
- package/src/breakouts/edit-lock-error.ts +25 -0
- package/src/breakouts/events.ts +37 -0
- package/src/breakouts/index.ts +860 -0
- package/src/breakouts/request.ts +55 -0
- package/src/breakouts/utils.ts +57 -0
- package/src/common/browser-detection.ts +9 -6
- package/src/common/collection.ts +3 -1
- package/src/common/errors/captcha-error.ts +6 -6
- package/src/common/errors/intent-to-join.ts +6 -6
- package/src/common/errors/join-meeting.ts +12 -8
- package/src/common/errors/media.ts +6 -6
- package/src/common/errors/parameter.ts +9 -6
- package/src/common/errors/password-error.ts +6 -6
- package/src/common/errors/permission.ts +5 -5
- package/src/common/errors/reconnection.ts +6 -6
- package/src/common/errors/stats.ts +6 -6
- package/src/common/errors/webex-errors.ts +7 -5
- package/src/common/errors/webex-meetings-error.ts +1 -1
- package/src/common/events/events-scope.ts +5 -1
- package/src/common/events/events.ts +5 -1
- package/src/common/events/trigger-proxy.ts +8 -3
- package/src/common/events/util.ts +1 -2
- package/src/common/logs/logger-proxy.ts +21 -10
- package/src/common/logs/request.ts +11 -8
- package/src/config.ts +16 -12
- package/src/constants.ts +153 -7
- package/src/controls-options-manager/constants.ts +5 -0
- package/src/controls-options-manager/enums.ts +18 -0
- package/src/controls-options-manager/index.ts +278 -0
- package/src/controls-options-manager/types.ts +59 -0
- package/src/controls-options-manager/util.ts +281 -0
- package/src/index.ts +33 -0
- package/src/locus-info/controlsUtils.ts +142 -24
- package/src/locus-info/fullState.ts +15 -11
- package/src/locus-info/hostUtils.ts +4 -3
- package/src/locus-info/index.ts +346 -55
- package/src/locus-info/infoUtils.ts +12 -4
- package/src/locus-info/mediaSharesUtils.ts +52 -4
- package/src/locus-info/parser.ts +46 -68
- package/src/locus-info/selfUtils.ts +195 -56
- package/src/media/index.ts +139 -196
- package/src/media/properties.ts +43 -36
- package/src/media/util.ts +1 -1
- package/src/mediaQualityMetrics/config.ts +380 -378
- package/src/meeting/in-meeting-actions.ts +159 -3
- package/src/meeting/index.ts +2803 -1584
- package/src/meeting/locusMediaRequest.ts +309 -0
- package/src/meeting/muteState.ts +290 -72
- package/src/meeting/request.ts +247 -178
- package/src/meeting/request.type.ts +13 -0
- package/src/meeting/state.ts +45 -30
- package/src/meeting/util.ts +445 -395
- package/src/meeting-info/collection.ts +2 -1
- package/src/meeting-info/index.ts +32 -30
- package/src/meeting-info/meeting-info-v2.ts +235 -116
- package/src/meeting-info/request.ts +9 -3
- package/src/meeting-info/util.ts +54 -46
- package/src/meeting-info/utilv2.ts +71 -55
- package/src/meetings/collection.ts +21 -1
- package/src/meetings/index.ts +772 -437
- package/src/meetings/request.ts +29 -25
- package/src/meetings/util.ts +132 -33
- package/src/member/index.ts +95 -49
- package/src/member/types.ts +24 -0
- package/src/member/util.ts +106 -13
- package/src/members/collection.ts +8 -1
- package/src/members/index.ts +288 -130
- package/src/members/request.ts +144 -31
- package/src/members/types.ts +28 -0
- package/src/members/util.ts +316 -235
- package/src/metrics/config.ts +302 -90
- package/src/metrics/constants.ts +2 -6
- package/src/metrics/index.ts +124 -95
- package/src/multistream/mediaRequestManager.ts +203 -45
- package/src/multistream/receiveSlot.ts +69 -26
- package/src/multistream/receiveSlotManager.ts +62 -38
- package/src/multistream/remoteMedia.ts +30 -4
- package/src/multistream/remoteMediaGroup.ts +4 -3
- package/src/multistream/remoteMediaManager.ts +230 -66
- package/src/networkQualityMonitor/index.ts +24 -27
- package/src/personal-meeting-room/index.ts +12 -16
- package/src/personal-meeting-room/request.ts +10 -3
- package/src/personal-meeting-room/util.ts +3 -3
- package/src/reachability/index.ts +131 -79
- package/src/reachability/request.ts +43 -34
- package/src/reactions/constants.ts +4 -0
- package/src/reactions/reactions.ts +8 -8
- package/src/reactions/reactions.type.ts +31 -5
- package/src/reconnection-manager/index.ts +193 -111
- package/src/recording-controller/enums.ts +8 -0
- package/src/recording-controller/index.ts +315 -0
- package/src/recording-controller/util.ts +58 -0
- package/src/roap/index.ts +53 -53
- package/src/roap/request.ts +77 -64
- package/src/roap/turnDiscovery.ts +101 -48
- package/src/statsAnalyzer/global.ts +8 -104
- package/src/statsAnalyzer/index.ts +624 -376
- package/src/statsAnalyzer/mqaUtil.ts +203 -90
- package/src/transcription/index.ts +34 -32
- package/test/integration/spec/converged-space-meetings.js +177 -0
- package/test/integration/spec/journey.js +670 -466
- package/test/integration/spec/space-meeting.js +320 -204
- package/test/integration/spec/transcription.js +7 -8
- package/test/unit/spec/annotation/index.ts +433 -0
- package/test/unit/spec/breakouts/breakout.ts +203 -0
- package/test/unit/spec/breakouts/collection.ts +15 -0
- package/test/unit/spec/breakouts/edit-lock-error.ts +30 -0
- package/test/unit/spec/breakouts/events.ts +77 -0
- package/test/unit/spec/breakouts/index.ts +1609 -0
- package/test/unit/spec/breakouts/request.ts +104 -0
- package/test/unit/spec/breakouts/utils.js +72 -0
- package/test/unit/spec/common/browser-detection.js +9 -28
- package/test/unit/spec/controls-options-manager/index.js +287 -0
- package/test/unit/spec/controls-options-manager/util.js +504 -0
- package/test/unit/spec/fixture/locus.js +93 -90
- package/test/unit/spec/locus-info/controlsUtils.js +305 -32
- package/test/unit/spec/locus-info/embeddedAppsUtils.js +8 -6
- package/test/unit/spec/locus-info/index.js +636 -5
- package/test/unit/spec/locus-info/infoUtils.js +26 -33
- package/test/unit/spec/locus-info/lib/BasicSeqCmp.json +88 -430
- package/test/unit/spec/locus-info/lib/SeqCmp.json +513 -685
- package/test/unit/spec/locus-info/mediaSharesUtils.ts +22 -0
- package/test/unit/spec/locus-info/parser.js +3 -9
- package/test/unit/spec/locus-info/selfConstant.js +110 -103
- package/test/unit/spec/locus-info/selfUtils.js +252 -12
- package/test/unit/spec/media/index.ts +104 -8
- package/test/unit/spec/media/properties.ts +9 -9
- package/test/unit/spec/meeting/in-meeting-actions.ts +76 -3
- package/test/unit/spec/meeting/index.js +3112 -921
- package/test/unit/spec/meeting/locusMediaRequest.ts +436 -0
- package/test/unit/spec/meeting/muteState.js +421 -94
- package/test/unit/spec/meeting/request.js +421 -79
- package/test/unit/spec/meeting/utils.js +326 -189
- package/test/unit/spec/meeting-info/meetinginfov2.js +481 -76
- package/test/unit/spec/meeting-info/request.js +7 -9
- package/test/unit/spec/meeting-info/util.js +11 -12
- package/test/unit/spec/meeting-info/utilv2.js +131 -74
- package/test/unit/spec/meetings/collection.js +15 -1
- package/test/unit/spec/meetings/index.js +1126 -328
- package/test/unit/spec/meetings/utils.js +220 -14
- package/test/unit/spec/member/index.js +24 -1
- package/test/unit/spec/member/util.js +383 -32
- package/test/unit/spec/members/index.js +424 -55
- package/test/unit/spec/members/request.js +228 -40
- package/test/unit/spec/members/utils.js +191 -4
- package/test/unit/spec/metrics/index.js +113 -20
- package/test/unit/spec/multistream/mediaRequestManager.ts +650 -105
- package/test/unit/spec/multistream/receiveSlot.ts +76 -17
- package/test/unit/spec/multistream/receiveSlotManager.ts +69 -39
- package/test/unit/spec/multistream/remoteMedia.ts +32 -2
- package/test/unit/spec/multistream/remoteMediaGroup.ts +5 -5
- package/test/unit/spec/multistream/remoteMediaManager.ts +549 -65
- package/test/unit/spec/networkQualityMonitor/index.js +24 -18
- package/test/unit/spec/personal-meeting-room/personal-meeting-room.js +2 -7
- package/test/unit/spec/reachability/index.ts +176 -27
- package/test/unit/spec/reachability/request.js +66 -0
- package/test/unit/spec/reconnection-manager/index.js +62 -31
- package/test/unit/spec/recording-controller/index.js +231 -0
- package/test/unit/spec/recording-controller/util.js +102 -0
- package/test/unit/spec/roap/index.ts +19 -49
- package/test/unit/spec/roap/request.ts +187 -0
- package/test/unit/spec/roap/turnDiscovery.ts +92 -50
- package/test/unit/spec/stats-analyzer/index.js +116 -60
- package/test/utils/cmr.js +44 -42
- package/test/utils/constants.js +9 -0
- package/test/utils/integrationTestUtils.js +64 -0
- package/test/utils/testUtils.js +63 -99
- package/test/utils/webex-config.js +22 -18
- package/test/utils/webex-test-users.js +57 -50
- package/tsconfig.json +6 -0
- package/dist/media/internal-media-core-wrapper.js +0 -22
- package/dist/media/internal-media-core-wrapper.js.map +0 -1
- package/dist/meeting/effectsState.js +0 -334
- package/dist/meeting/effectsState.js.map +0 -1
- package/dist/multistream/multistreamMedia.js +0 -116
- package/dist/multistream/multistreamMedia.js.map +0 -1
- package/src/index.js +0 -15
- package/src/media/internal-media-core-wrapper.ts +0 -9
- package/src/meeting/effectsState.ts +0 -211
- package/src/multistream/multistreamMedia.ts +0 -92
- package/test/unit/spec/meeting/effectsState.js +0 -291
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import MediaSharesUtils from '@webex/plugin-meetings/src/locus-info/mediaSharesUtils';
|
|
2
|
+
import {assert} from "chai";
|
|
3
|
+
import Sinon from "sinon";
|
|
4
|
+
|
|
5
|
+
describe('getShareInstanceId', () => {
|
|
6
|
+
it('getShareInstanceId return correct shareInstanceId value', () => {
|
|
7
|
+
const stub = Sinon.stub(MediaSharesUtils, 'extractContent').returns({ floor:{shareInstanceId:'shareInstanceId'}});
|
|
8
|
+
const shareInstanceId = MediaSharesUtils.getShareInstanceId();
|
|
9
|
+
assert.equal(shareInstanceId,'shareInstanceId');
|
|
10
|
+
stub.restore();
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
describe('getContentUrl', () => {
|
|
15
|
+
it('getContentUrl return correct url value', () => {
|
|
16
|
+
const stub = Sinon.stub(MediaSharesUtils, 'extractContent').returns({url:'url'});
|
|
17
|
+
const url = MediaSharesUtils.getContentUrl();
|
|
18
|
+
assert.equal(url,'url');
|
|
19
|
+
stub.restore();
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
|
|
@@ -9,7 +9,6 @@ import LocusDeltaParser from '@webex/plugin-meetings/src/locus-info/parser';
|
|
|
9
9
|
import basicSequenceComparisons from './lib/BasicSeqCmp.json';
|
|
10
10
|
import sequenceComparisons from './lib/SeqCmp';
|
|
11
11
|
|
|
12
|
-
|
|
13
12
|
describe('locus-info/parser', () => {
|
|
14
13
|
describe('Locus Sequence Comparison Algorithm', () => {
|
|
15
14
|
describe('basic sequence comparisons', () => {
|
|
@@ -73,11 +72,11 @@ describe('locus-info/parser', () => {
|
|
|
73
72
|
const {description, result} = sequenceComparisons.update_actions[key];
|
|
74
73
|
|
|
75
74
|
const current = {
|
|
76
|
-
sequence: sequenceComparisons.sequences[currentKey]
|
|
75
|
+
sequence: sequenceComparisons.sequences[currentKey],
|
|
77
76
|
};
|
|
78
77
|
const incoming = {
|
|
79
78
|
sequence: sequenceComparisons.sequences[incomingKey],
|
|
80
|
-
baseSequence: sequenceComparisons.sequences[baseKey]
|
|
79
|
+
baseSequence: sequenceComparisons.sequences[baseKey],
|
|
81
80
|
};
|
|
82
81
|
const comparison = LocusDeltaParser.compare(current, incoming);
|
|
83
82
|
const action = extract(comparison);
|
|
@@ -161,7 +160,6 @@ describe('locus-info/parser', () => {
|
|
|
161
160
|
assert.calledOnce(parser.pause);
|
|
162
161
|
});
|
|
163
162
|
|
|
164
|
-
|
|
165
163
|
it('should update working copy on USE_INCOMING', () => {
|
|
166
164
|
const {USE_INCOMING} = LocusDeltaParser.loci;
|
|
167
165
|
|
|
@@ -173,7 +171,6 @@ describe('locus-info/parser', () => {
|
|
|
173
171
|
assert.equal(parser.workingCopy, NEW_LOCI);
|
|
174
172
|
});
|
|
175
173
|
|
|
176
|
-
|
|
177
174
|
it('calls onDeltaAction() when a comparison result is available', () => {
|
|
178
175
|
const {USE_INCOMING} = LocusDeltaParser.loci;
|
|
179
176
|
const lociComparison = USE_INCOMING;
|
|
@@ -186,7 +183,6 @@ describe('locus-info/parser', () => {
|
|
|
186
183
|
assert.calledWith(parser.onDeltaAction, lociComparison, NEW_LOCI);
|
|
187
184
|
});
|
|
188
185
|
|
|
189
|
-
|
|
190
186
|
it('should call nextEvent()', () => {
|
|
191
187
|
const {USE_INCOMING} = LocusDeltaParser.loci;
|
|
192
188
|
|
|
@@ -198,7 +194,6 @@ describe('locus-info/parser', () => {
|
|
|
198
194
|
assert.calledOnce(parser.nextEvent);
|
|
199
195
|
});
|
|
200
196
|
|
|
201
|
-
|
|
202
197
|
it('should not call compare() if locus is invalid', () => {
|
|
203
198
|
const {USE_INCOMING} = LocusDeltaParser.loci;
|
|
204
199
|
|
|
@@ -212,7 +207,6 @@ describe('locus-info/parser', () => {
|
|
|
212
207
|
assert.notCalled(LocusDeltaParser.compare);
|
|
213
208
|
});
|
|
214
209
|
|
|
215
|
-
|
|
216
210
|
it('processDeltaEvent() should take next item in queue', () => {
|
|
217
211
|
// restore the original method
|
|
218
212
|
parser.queue.dequeue = sandbox.stub();
|
|
@@ -254,7 +248,7 @@ describe('locus-info/parser', () => {
|
|
|
254
248
|
parser = new LocusDeltaParser();
|
|
255
249
|
loci = {
|
|
256
250
|
rangeStart: 0,
|
|
257
|
-
rangeEnd: 0
|
|
251
|
+
rangeEnd: 0,
|
|
258
252
|
};
|
|
259
253
|
});
|
|
260
254
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
|
|
2
1
|
export const self = {
|
|
3
2
|
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24',
|
|
4
3
|
alertHint: {
|
|
5
|
-
action: 'NONE'
|
|
4
|
+
action: 'NONE',
|
|
6
5
|
},
|
|
7
6
|
alertType: {
|
|
8
|
-
action: 'NONE'
|
|
7
|
+
action: 'NONE',
|
|
9
8
|
},
|
|
10
9
|
callbackInfo: {
|
|
11
10
|
callbackAddress: 'alice@alpha.webex.com',
|
|
12
|
-
callbackType: 'SIPURI'
|
|
11
|
+
callbackType: 'SIPURI',
|
|
13
12
|
},
|
|
14
13
|
lookUpInfo: {
|
|
15
|
-
lookupLink:
|
|
16
|
-
|
|
14
|
+
lookupLink:
|
|
15
|
+
'https://locus.meet-a.prod.meetapi.webex.com/locus/api/v1/loci/meetingInfo/4e073f82-f5b6-31e5-93b3?type=LOCUS_ID&useUriLookup=false',
|
|
16
|
+
type: 'MEETING',
|
|
17
17
|
},
|
|
18
18
|
isCreator: false,
|
|
19
19
|
identity: '344ea183-9d5d-4e77-aed2-',
|
|
@@ -25,7 +25,7 @@ export const self = {
|
|
|
25
25
|
email: 'alic@cisco.com',
|
|
26
26
|
name: 'alice',
|
|
27
27
|
isExternal: false,
|
|
28
|
-
orgId: '1eb65fdf-9643-417f-9974'
|
|
28
|
+
orgId: '1eb65fdf-9643-417f-9974',
|
|
29
29
|
},
|
|
30
30
|
devices: [
|
|
31
31
|
{
|
|
@@ -34,106 +34,127 @@ export const self = {
|
|
|
34
34
|
mediaConnections: [
|
|
35
35
|
{
|
|
36
36
|
mediaId: '5706ee09-b2f6-4d0a-b43e-05dbcdea524d',
|
|
37
|
-
actionsUrl:
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
actionsUrl:
|
|
38
|
+
'https://cme-junctionbox-apdx2-006-apdx2-public.wbx2.com:443/calliope/api/v1/rest/send/16a7d18c-71a5-4f51-8732-b456e7832197/calliope/api/v1/confluences/cd12fc68-53e9-43c2-be01-/actions',
|
|
39
|
+
type: 'SDP',
|
|
40
|
+
},
|
|
40
41
|
],
|
|
41
42
|
mediaSessions: [
|
|
42
43
|
{
|
|
43
44
|
mediaType: 'audio',
|
|
44
45
|
mediaContent: 'main',
|
|
45
46
|
direction: 'sendrecv',
|
|
46
|
-
state: 'active'
|
|
47
|
+
state: 'active',
|
|
47
48
|
},
|
|
48
49
|
{
|
|
49
50
|
mediaType: 'video',
|
|
50
51
|
mediaContent: 'main',
|
|
51
52
|
direction: 'sendrecv',
|
|
52
|
-
state: 'active'
|
|
53
|
+
state: 'active',
|
|
53
54
|
},
|
|
54
55
|
{
|
|
55
56
|
mediaType: 'audio',
|
|
56
57
|
mediaContent: 'slides',
|
|
57
58
|
direction: 'inactive',
|
|
58
|
-
state: 'inactive'
|
|
59
|
+
state: 'inactive',
|
|
59
60
|
},
|
|
60
61
|
{
|
|
61
62
|
mediaType: 'video',
|
|
62
63
|
mediaContent: 'slides',
|
|
63
64
|
direction: 'recvonly',
|
|
64
|
-
state: 'active'
|
|
65
|
-
}
|
|
65
|
+
state: 'active',
|
|
66
|
+
},
|
|
66
67
|
],
|
|
67
68
|
mediaSessionsExternal: false,
|
|
69
|
+
replaces: [
|
|
70
|
+
{
|
|
71
|
+
breakoutMoveId: 'e5caeb2c-ffcc-4e06-a08a-1122e7710398',
|
|
72
|
+
lastActive: '2023-05-04T07:14:32.068Z',
|
|
73
|
+
locusUrl: 'https://locus-alpha-apdx.prod.meetapi.webex.com/locus/api/v1/loci/495061ca-7b3c-3b77-85ff-4e1bd58600d1',
|
|
74
|
+
replacedAt: '2023-05-04T07:16:04.905Z',
|
|
75
|
+
sessionId: 'be3147d4-c318-86d8-7611-8d24beaaca8d',
|
|
76
|
+
}
|
|
77
|
+
],
|
|
68
78
|
state: 'JOINED',
|
|
69
79
|
intent: {type: ''},
|
|
70
|
-
intents: [
|
|
71
|
-
null
|
|
72
|
-
],
|
|
80
|
+
intents: [null],
|
|
73
81
|
keepAliveSecs: 20,
|
|
74
82
|
callLegId: '84bbb491-598f-4828-bd27',
|
|
75
83
|
correlationId: '74421718-e1f8-4555-9497',
|
|
76
84
|
isVideoCallback: false,
|
|
77
|
-
csis: [
|
|
78
|
-
515285760,
|
|
79
|
-
515285761,
|
|
80
|
-
3779681281,
|
|
81
|
-
3779681280
|
|
82
|
-
],
|
|
85
|
+
csis: [515285760, 515285761, 3779681281, 3779681280],
|
|
83
86
|
serverTranscoded: true,
|
|
84
87
|
serverComposed: true,
|
|
85
|
-
availableLayouts: [
|
|
86
|
-
|
|
87
|
-
'ActivePresence',
|
|
88
|
-
'Prominent',
|
|
89
|
-
'Equal',
|
|
90
|
-
'OnePlusN'
|
|
91
|
-
]
|
|
92
|
-
}
|
|
88
|
+
availableLayouts: ['Single', 'ActivePresence', 'Prominent', 'Equal', 'OnePlusN'],
|
|
89
|
+
},
|
|
93
90
|
],
|
|
94
91
|
status: {
|
|
95
92
|
audioStatus: 'SENDRECV',
|
|
96
93
|
videoStatus: 'SENDRECV',
|
|
97
94
|
videoSlidesStatus: 'RECVONLY',
|
|
98
95
|
audioSlidesStatus: 'INACTIVE',
|
|
99
|
-
csis: [
|
|
100
|
-
515285760,
|
|
101
|
-
515285761,
|
|
102
|
-
3779681281,
|
|
103
|
-
3779681280
|
|
104
|
-
]
|
|
96
|
+
csis: [515285760, 515285761, 3779681281, 3779681280],
|
|
105
97
|
},
|
|
106
98
|
suggestedMedia: [
|
|
107
99
|
{
|
|
108
100
|
mediaType: 'audio',
|
|
109
101
|
mediaContent: 'main',
|
|
110
|
-
direction: 'inactive'
|
|
102
|
+
direction: 'inactive',
|
|
111
103
|
},
|
|
112
104
|
{
|
|
113
105
|
mediaType: 'video',
|
|
114
106
|
mediaContent: 'main',
|
|
115
|
-
direction: 'recvonly'
|
|
107
|
+
direction: 'recvonly',
|
|
116
108
|
},
|
|
117
109
|
{
|
|
118
110
|
mediaType: 'video',
|
|
119
111
|
mediaContent: 'slides',
|
|
120
|
-
direction: 'sendrecv'
|
|
121
|
-
}
|
|
112
|
+
direction: 'sendrecv',
|
|
113
|
+
},
|
|
122
114
|
],
|
|
123
115
|
controls: {
|
|
124
116
|
audio: {
|
|
125
117
|
muted: false,
|
|
126
118
|
requestedToUnmute: false,
|
|
127
|
-
meta: {}
|
|
119
|
+
meta: {},
|
|
120
|
+
},
|
|
121
|
+
video: {
|
|
122
|
+
muted: false,
|
|
123
|
+
meta: {},
|
|
124
|
+
},
|
|
125
|
+
breakout: {
|
|
126
|
+
sessions: {
|
|
127
|
+
active: [
|
|
128
|
+
{
|
|
129
|
+
name: 'Breakout session 2',
|
|
130
|
+
groupId: '0e73abb8-5584-49d8-be8d-806d2a8247ca',
|
|
131
|
+
sessionId: '1cf41ab1-2e57-4d95-b7e9-5613acddfb0f',
|
|
132
|
+
sessionType: 'BREAKOUT',
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
allowed: [
|
|
136
|
+
{
|
|
137
|
+
name: 'Breakout session 2',
|
|
138
|
+
groupId: '0e73abb8-5584-49d8-be8d-806d2a8247ca',
|
|
139
|
+
sessionId: '1cf41ab1-2e57-4d95-b7e9-5613acddfb0f',
|
|
140
|
+
sessionType: 'BREAKOUT',
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
meta: {
|
|
145
|
+
modifiedBy: '347ef89e-e1be-40a3-849c-731bdd935e62',
|
|
146
|
+
lastModified: '2023-01-10T10:10:06.813Z',
|
|
147
|
+
readOnly: true,
|
|
148
|
+
},
|
|
128
149
|
},
|
|
129
150
|
localRecord: {
|
|
130
|
-
recording: false
|
|
151
|
+
recording: false,
|
|
131
152
|
},
|
|
132
153
|
layouts: [
|
|
133
154
|
{
|
|
134
155
|
type: 'activePresence',
|
|
135
|
-
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24'
|
|
136
|
-
}
|
|
156
|
+
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24',
|
|
157
|
+
},
|
|
137
158
|
],
|
|
138
159
|
role: {
|
|
139
160
|
presenter: true,
|
|
@@ -142,11 +163,11 @@ export const self = {
|
|
|
142
163
|
type: 'PRESENTER',
|
|
143
164
|
hasRole: true,
|
|
144
165
|
meta: {
|
|
145
|
-
lastModified: '2020-07-20T20:32:35.259Z'
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
]
|
|
149
|
-
}
|
|
166
|
+
lastModified: '2020-07-20T20:32:35.259Z',
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
150
171
|
},
|
|
151
172
|
enableDTMF: true,
|
|
152
173
|
id: 'e0d54e94-226c-3290-b75a-',
|
|
@@ -154,7 +175,8 @@ export const self = {
|
|
|
154
175
|
resourceGuest: false,
|
|
155
176
|
moderator: true,
|
|
156
177
|
panelist: false,
|
|
157
|
-
mediaBaseUrl:
|
|
178
|
+
mediaBaseUrl:
|
|
179
|
+
'https://locus.meet-a.prod.meetapi.webex.com/locus/api/v1/loci/4e073f82-f5b6-31e5-93b3/participant/e0d54e94-226c-3290-b75a-/media',
|
|
158
180
|
canNotViewTheParticipantList: false,
|
|
159
181
|
isSharingBlocked: false,
|
|
160
182
|
};
|
|
@@ -162,18 +184,19 @@ export const self = {
|
|
|
162
184
|
export const selfWithInactivity = {
|
|
163
185
|
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24',
|
|
164
186
|
alertHint: {
|
|
165
|
-
action: 'NONE'
|
|
187
|
+
action: 'NONE',
|
|
166
188
|
},
|
|
167
189
|
alertType: {
|
|
168
|
-
action: 'NONE'
|
|
190
|
+
action: 'NONE',
|
|
169
191
|
},
|
|
170
192
|
callbackInfo: {
|
|
171
193
|
callbackAddress: 'alice@alpha.webex.com',
|
|
172
|
-
callbackType: 'SIPURI'
|
|
194
|
+
callbackType: 'SIPURI',
|
|
173
195
|
},
|
|
174
196
|
lookUpInfo: {
|
|
175
|
-
lookupLink:
|
|
176
|
-
|
|
197
|
+
lookupLink:
|
|
198
|
+
'https://locus.meet-a.prod.meetapi.webex.com/locus/api/v1/loci/meetingInfo/4e073f82-f5b6-31e5-93b3?type=LOCUS_ID&useUriLookup=false',
|
|
199
|
+
type: 'MEETING',
|
|
177
200
|
},
|
|
178
201
|
isCreator: false,
|
|
179
202
|
identity: '344ea183-9d5d-4e77-aed2-',
|
|
@@ -185,7 +208,7 @@ export const selfWithInactivity = {
|
|
|
185
208
|
email: 'alic@cisco.com',
|
|
186
209
|
name: 'alice',
|
|
187
210
|
isExternal: false,
|
|
188
|
-
orgId: '1eb65fdf-9643-417f-9974'
|
|
211
|
+
orgId: '1eb65fdf-9643-417f-9974',
|
|
189
212
|
},
|
|
190
213
|
devices: [
|
|
191
214
|
{
|
|
@@ -194,105 +217,88 @@ export const selfWithInactivity = {
|
|
|
194
217
|
mediaConnections: [
|
|
195
218
|
{
|
|
196
219
|
mediaId: '5706ee09-b2f6-4d0a-b43e-05dbcdea524d',
|
|
197
|
-
actionsUrl:
|
|
198
|
-
|
|
199
|
-
|
|
220
|
+
actionsUrl:
|
|
221
|
+
'https://cme-junctionbox-apdx2-006-apdx2-public.wbx2.com:443/calliope/api/v1/rest/send/16a7d18c-71a5-4f51-8732-b456e7832197/calliope/api/v1/confluences/cd12fc68-53e9-43c2-be01-/actions',
|
|
222
|
+
type: 'SDP',
|
|
223
|
+
},
|
|
200
224
|
],
|
|
201
225
|
mediaSessions: [
|
|
202
226
|
{
|
|
203
227
|
mediaType: 'audio',
|
|
204
228
|
mediaContent: 'main',
|
|
205
229
|
direction: 'sendrecv',
|
|
206
|
-
state: 'inactive'
|
|
230
|
+
state: 'inactive',
|
|
207
231
|
},
|
|
208
232
|
{
|
|
209
233
|
mediaType: 'video',
|
|
210
234
|
mediaContent: 'main',
|
|
211
235
|
direction: 'sendrecv',
|
|
212
|
-
state: 'inactive'
|
|
236
|
+
state: 'inactive',
|
|
213
237
|
},
|
|
214
238
|
{
|
|
215
239
|
mediaType: 'audio',
|
|
216
240
|
mediaContent: 'slides',
|
|
217
241
|
direction: 'inactive',
|
|
218
|
-
state: 'inactive'
|
|
242
|
+
state: 'inactive',
|
|
219
243
|
},
|
|
220
244
|
{
|
|
221
245
|
mediaType: 'video',
|
|
222
246
|
mediaContent: 'slides',
|
|
223
247
|
direction: 'recvonly',
|
|
224
|
-
state: 'inactive'
|
|
225
|
-
}
|
|
248
|
+
state: 'inactive',
|
|
249
|
+
},
|
|
226
250
|
],
|
|
227
251
|
mediaSessionsExternal: false,
|
|
228
252
|
state: 'JOINED',
|
|
229
|
-
intents: [
|
|
230
|
-
null
|
|
231
|
-
],
|
|
253
|
+
intents: [null],
|
|
232
254
|
keepAliveSecs: 20,
|
|
233
255
|
callLegId: '84bbb491-598f-4828-bd27',
|
|
234
256
|
correlationId: '74421718-e1f8-4555-9497',
|
|
235
257
|
isVideoCallback: false,
|
|
236
|
-
csis: [
|
|
237
|
-
515285760,
|
|
238
|
-
515285761,
|
|
239
|
-
3779681281,
|
|
240
|
-
3779681280
|
|
241
|
-
],
|
|
258
|
+
csis: [515285760, 515285761, 3779681281, 3779681280],
|
|
242
259
|
serverTranscoded: true,
|
|
243
260
|
serverComposed: true,
|
|
244
|
-
availableLayouts: [
|
|
245
|
-
|
|
246
|
-
'ActivePresence',
|
|
247
|
-
'Prominent',
|
|
248
|
-
'Equal',
|
|
249
|
-
'OnePlusN'
|
|
250
|
-
]
|
|
251
|
-
}
|
|
261
|
+
availableLayouts: ['Single', 'ActivePresence', 'Prominent', 'Equal', 'OnePlusN'],
|
|
262
|
+
},
|
|
252
263
|
],
|
|
253
264
|
status: {
|
|
254
265
|
audioStatus: 'SENDRECV',
|
|
255
266
|
videoStatus: 'SENDRECV',
|
|
256
267
|
videoSlidesStatus: 'RECVONLY',
|
|
257
268
|
audioSlidesStatus: 'INACTIVE',
|
|
258
|
-
csis: [
|
|
259
|
-
515285760,
|
|
260
|
-
515285761,
|
|
261
|
-
3779681281,
|
|
262
|
-
3779681280
|
|
263
|
-
]
|
|
269
|
+
csis: [515285760, 515285761, 3779681281, 3779681280],
|
|
264
270
|
},
|
|
265
271
|
suggestedMedia: [
|
|
266
272
|
{
|
|
267
273
|
mediaType: 'audio',
|
|
268
274
|
mediaContent: 'main',
|
|
269
|
-
direction: 'inactive'
|
|
275
|
+
direction: 'inactive',
|
|
270
276
|
},
|
|
271
277
|
{
|
|
272
278
|
mediaType: 'video',
|
|
273
279
|
mediaContent: 'main',
|
|
274
|
-
direction: 'recvonly'
|
|
280
|
+
direction: 'recvonly',
|
|
275
281
|
},
|
|
276
282
|
{
|
|
277
283
|
mediaType: 'video',
|
|
278
284
|
mediaContent: 'slides',
|
|
279
|
-
direction: 'sendrecv'
|
|
280
|
-
}
|
|
285
|
+
direction: 'sendrecv',
|
|
286
|
+
},
|
|
281
287
|
],
|
|
282
288
|
controls: {
|
|
283
289
|
audio: {
|
|
284
290
|
muted: false,
|
|
285
291
|
requestedToUnmute: false,
|
|
286
|
-
meta: {}
|
|
292
|
+
meta: {},
|
|
287
293
|
},
|
|
288
294
|
localRecord: {
|
|
289
|
-
recording: false
|
|
295
|
+
recording: false,
|
|
290
296
|
},
|
|
291
297
|
layouts: [
|
|
292
298
|
{
|
|
293
299
|
type: 'activePresence',
|
|
294
|
-
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24'
|
|
295
|
-
}
|
|
300
|
+
deviceUrl: 'https://wdm-a.wbx2.com/wdm/api/v1/devices/20eabde3-4254-48da-9a24',
|
|
301
|
+
},
|
|
296
302
|
],
|
|
297
303
|
role: {
|
|
298
304
|
presenter: true,
|
|
@@ -301,11 +307,11 @@ export const selfWithInactivity = {
|
|
|
301
307
|
type: 'PRESENTER',
|
|
302
308
|
hasRole: true,
|
|
303
309
|
meta: {
|
|
304
|
-
lastModified: '2020-07-20T20:32:35.259Z'
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
|
-
}
|
|
310
|
+
lastModified: '2020-07-20T20:32:35.259Z',
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
],
|
|
314
|
+
},
|
|
309
315
|
},
|
|
310
316
|
enableDTMF: true,
|
|
311
317
|
id: 'e0d54e94-226c-3290-b75a-',
|
|
@@ -313,5 +319,6 @@ export const selfWithInactivity = {
|
|
|
313
319
|
resourceGuest: false,
|
|
314
320
|
moderator: true,
|
|
315
321
|
panelist: false,
|
|
316
|
-
mediaBaseUrl:
|
|
322
|
+
mediaBaseUrl:
|
|
323
|
+
'https://locus.meet-a.prod.meetapi.webex.com/locus/api/v1/loci/4e073f82-f5b6-31e5-93b3/participant/e0d54e94-226c-3290-b75a-/media',
|
|
317
324
|
};
|