openvidu-browser: Removed sendVideoData call for remote event

pull/550/head
csantosm 2020-10-08 18:26:30 +02:00
parent c3be4453d8
commit 117366a57f
1 changed files with 0 additions and 1 deletions

View File

@ -900,7 +900,6 @@ export class Session extends EventDispatcher {
break;
}
this.ee.emitEvent('streamPropertyChanged', [new StreamPropertyChangedEvent(this, stream, msg.property, msg.newValue, oldValue, msg.reason)]);
this.sendVideoData(stream.streamManager);
if (!!stream.streamManager) {
stream.streamManager.emitEvent('streamPropertyChanged', [new StreamPropertyChangedEvent(stream.streamManager, stream, msg.property, msg.newValue, oldValue, msg.reason)]);
}