vani-meeting-client-native 0.4.7-beta1 → 0.4.7-beta2
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,6 +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
256
|
_c.label = 5;
|
|
256
257
|
case 5: return [2 /*return*/];
|
|
257
258
|
}
|
|
@@ -591,7 +592,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
|
|
|
591
592
|
var selfParticpant = (_a = _this.communicationHandler) === null || _a === void 0 ? void 0 : _a.getSelfParticipant();
|
|
592
593
|
var innerPeerConnectionObject = selfParticpant === null || selfParticpant === void 0 ? void 0 : selfParticpant.isPeerConnectionsViaUserIdPresent(remoteParticipant.userId);
|
|
593
594
|
if (!innerPeerConnectionObject || (!innerPeerConnectionObject.offer && !innerPeerConnectionObject.answer)) {
|
|
594
|
-
_this.printLogIfRequired("negotiationneeded ignored", rtcConnection.signalingState, remoteParticipant,
|
|
595
|
+
_this.printLogIfRequired("negotiationneeded ignored", rtcConnection.signalingState, remoteParticipant, innerPeerConnectionObject, selfParticpant);
|
|
595
596
|
return;
|
|
596
597
|
}
|
|
597
598
|
innerPeerConnectionObject.isNegotiationNeeded = true;
|