Procházet zdrojové kódy

feat(video-quality): Add a log message for max. height message received from JVB

dev1
Jaya Allamsetty před 5 roky
rodič
revize
2297608140
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      modules/RTC/RTC.js

+ 1
- 0
modules/RTC/RTC.js Zobrazit soubor

@@ -349,6 +349,7 @@ export default class RTC extends Listenable {
349 349
      * @private
350 350
      */
351 351
     _senderVideoConstraintsChanged(senderVideoConstraints) {
352
+        logger.info(`Received remote max frame height of ${senderVideoConstraints} on the bridge channel`);
352 353
         this._senderVideoConstraints = senderVideoConstraints;
353 354
         this.eventEmitter.emit(RTCEvents.SENDER_VIDEO_CONSTRAINTS_CHANGED);
354 355
     }

Načítá se…
Zrušit
Uložit