ov-components: improve logging for participant disconnection event
This commit is contained in:
parent
bd711b57f3
commit
c4c5fb9866
@ -528,7 +528,8 @@ export class SessionComponent implements OnInit, OnDestroy {
|
||||
descriptionErrorKey = 'ERRORS.DISCONNECT';
|
||||
break;
|
||||
}
|
||||
this.log.e('Room Disconnected', participantLeftEvent.reason);
|
||||
|
||||
this.log.d('Participant disconnected', participantLeftEvent);
|
||||
this.onParticipantLeft.emit(participantLeftEvent);
|
||||
this.onRoomDisconnected.emit();
|
||||
if (descriptionErrorKey) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user