Explorar el Código

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

dev1
Jaya Allamsetty hace 5 años
padre
commit
2297608140
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      modules/RTC/RTC.js

+ 1
- 0
modules/RTC/RTC.js Ver fichero

@@ -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
     }

Loading…
Cancelar
Guardar