vani-meeting-client-native 0.1.4 → 0.1.5

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.
@@ -667,12 +667,14 @@ var SFUHandler = /** @class */ (function (_super) {
667
667
  SFUHandler.prototype.produceTracks = function () {
668
668
  var _this = this;
669
669
  var _a, _b;
670
- this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && log.info("produceTracks");
670
+ this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && log.info("produceTracks", this.sendTransport, this.consumerTransport, this.isProduceTrackIntialWorkDone);
671
671
  if (!this.sendTransport || !this.consumerTransport || this.isProduceTrackIntialWorkDone) {
672
+ this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && log.info("produceTracks", this.sendTransport, this.consumerTransport, this.isProduceTrackIntialWorkDone);
672
673
  return;
673
674
  }
674
675
  this.isProduceTrackIntialWorkDone = true;
675
676
  var selfTracks = (_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.getAllSelfTracks();
677
+ this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && log.info("produceTracks selfTracks", selfTracks);
676
678
  if (selfTracks && selfTracks.length > 0) {
677
679
  selfTracks.forEach(function (track) {
678
680
  _this.sendTrack(track);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client-native",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",