|
|
|
|
349
|
* @private
|
349
|
* @private
|
350
|
*/
|
350
|
*/
|
351
|
_senderVideoConstraintsChanged(senderVideoConstraints) {
|
351
|
_senderVideoConstraintsChanged(senderVideoConstraints) {
|
|
|
352
|
+ logger.info(`Received remote max frame height of ${senderVideoConstraints} on the bridge channel`);
|
352
|
this._senderVideoConstraints = senderVideoConstraints;
|
353
|
this._senderVideoConstraints = senderVideoConstraints;
|
353
|
this.eventEmitter.emit(RTCEvents.SENDER_VIDEO_CONSTRAINTS_CHANGED);
|
354
|
this.eventEmitter.emit(RTCEvents.SENDER_VIDEO_CONSTRAINTS_CHANGED);
|
354
|
}
|
355
|
}
|