@webex/calling 3.3.1-next.22 → 3.3.1-next.23
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.
|
@@ -2804,7 +2804,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
|
|
|
2804
2804
|
key: "mediaRoapEventsListener",
|
|
2805
2805
|
value: function mediaRoapEventsListener() {
|
|
2806
2806
|
var _this14 = this;
|
|
2807
|
-
this.mediaConnection.on(_internalMediaCore.
|
|
2807
|
+
this.mediaConnection.on(_internalMediaCore.MediaConnectionEventNames.ROAP_MESSAGE_TO_SEND,
|
|
2808
2808
|
/*#__PURE__*/
|
|
2809
2809
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2810
2810
|
function () {
|
|
@@ -2886,7 +2886,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
|
|
|
2886
2886
|
value: function mediaTrackListener() {
|
|
2887
2887
|
var _this15 = this;
|
|
2888
2888
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2889
|
-
this.mediaConnection.on(_internalMediaCore.
|
|
2889
|
+
this.mediaConnection.on(_internalMediaCore.MediaConnectionEventNames.REMOTE_TRACK_ADDED, function (e) {
|
|
2890
2890
|
if (e.type === _types3.MEDIA_CONNECTION_EVENT_KEYS.MEDIA_TYPE_AUDIO) {
|
|
2891
2891
|
_this15.emit(_types3.CALL_EVENT_KEYS.REMOTE_MEDIA, e.track);
|
|
2892
2892
|
}
|