vani-meeting-client-native 0.4.7-beta2 → 0.4.7-beta3
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.
|
@@ -252,7 +252,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
|
|
|
252
252
|
// send offer to peer
|
|
253
253
|
peerConnectionObject.remoteAnswer = undefined;
|
|
254
254
|
this.loopSendOffer(peerConnectionObject, participant, mungedOffer);
|
|
255
|
-
this.printLogIfRequired("CheckIfCanSendOffer", peerConnectionObject, selfParticpant);
|
|
255
|
+
this.printLogIfRequired("CheckIfCanSendOffer new", peerConnectionObject, __spreadArray([], __read(selfParticpant.getPeerConnections().entries()), false));
|
|
256
256
|
_c.label = 5;
|
|
257
257
|
case 5: return [2 /*return*/];
|
|
258
258
|
}
|
|
@@ -592,7 +592,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
|
|
|
592
592
|
var selfParticpant = (_a = _this.communicationHandler) === null || _a === void 0 ? void 0 : _a.getSelfParticipant();
|
|
593
593
|
var innerPeerConnectionObject = selfParticpant === null || selfParticpant === void 0 ? void 0 : selfParticpant.isPeerConnectionsViaUserIdPresent(remoteParticipant.userId);
|
|
594
594
|
if (!innerPeerConnectionObject || (!innerPeerConnectionObject.offer && !innerPeerConnectionObject.answer)) {
|
|
595
|
-
_this.printLogIfRequired("negotiationneeded ignored", rtcConnection.signalingState, remoteParticipant, innerPeerConnectionObject, selfParticpant);
|
|
595
|
+
_this.printLogIfRequired("negotiationneeded ignored", rtcConnection.signalingState, remoteParticipant, innerPeerConnectionObject, __spreadArray([], __read(selfParticpant.getPeerConnections().entries()), false));
|
|
596
596
|
return;
|
|
597
597
|
}
|
|
598
598
|
innerPeerConnectionObject.isNegotiationNeeded = true;
|