@webex/plugin-meetings 2.38.1 → 2.38.2
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/dist/meeting/index.js +0 -21
- package/dist/meeting/index.js.map +1 -1
- package/package.json +17 -17
- package/src/meeting/index.ts +0 -26
package/dist/meeting/index.js
CHANGED
|
@@ -4507,27 +4507,6 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4507
4507
|
});
|
|
4508
4508
|
}).then(function () {
|
|
4509
4509
|
return _this41.checkForStopShare(mediaSettings.sendShare, previousSendShareStatus);
|
|
4510
|
-
}).then(function (startShare) {
|
|
4511
|
-
// This is a special case if we do an /floor grant followed by /media
|
|
4512
|
-
// we actually get a OFFER from the server and a GLAR condition happens
|
|
4513
|
-
if (startShare) {
|
|
4514
|
-
// We are assuming that the clients are connected when doing an update
|
|
4515
|
-
// @ts-ignore
|
|
4516
|
-
return _this41.share();
|
|
4517
|
-
}
|
|
4518
|
-
return _promise.default.resolve();
|
|
4519
|
-
}).then(function () {
|
|
4520
|
-
return logRequest(_this41.roap.sendRoapMediaRequest({
|
|
4521
|
-
sdp: _this41.mediaProperties.peerConnection.sdp,
|
|
4522
|
-
roapSeq: _this41.roapSeq,
|
|
4523
|
-
meeting: _this41 // or can pass meeting ID
|
|
4524
|
-
}), {
|
|
4525
|
-
header: "".concat(LOG_HEADER, " sendRoapMediaRequest being sent"),
|
|
4526
|
-
success: "".concat(LOG_HEADER, " sendRoadMediaRequest successful"),
|
|
4527
|
-
failure: "".concat(LOG_HEADER, " Error updateMedia on send roap media request, ")
|
|
4528
|
-
});
|
|
4529
|
-
}).then(function () {
|
|
4530
|
-
return _this41.checkForStopShare(mediaSettings.sendShare, previousSendShareStatus);
|
|
4531
4510
|
}).then(function (startShare) {
|
|
4532
4511
|
// This is a special case if we do an /floor grant followed by /media
|
|
4533
4512
|
// we actually get a OFFER from the server and a GLAR condition happens
|