mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: clean SessionEventsHandler of empty handlers
parent
bcf66b9e9e
commit
880d5ced54
|
@ -631,14 +631,7 @@ public class SessionEventsHandler {
|
|||
recordingsToSendClientEvents.put(recording.getSessionId(), recording);
|
||||
}
|
||||
|
||||
public void onNetworkQualityLevelChanged(Session session, JsonObject params) {
|
||||
}
|
||||
|
||||
public void onConnectionPropertyChanged(Participant participant, String property, Object newValue) {
|
||||
}
|
||||
|
||||
public void onMediaNodeCrashed(Kms kms, long timeOfKurentoDisconnection) {
|
||||
CDR.recordNodeCrashed(kms, null, timeOfKurentoDisconnection);
|
||||
}
|
||||
|
||||
public void onMasterNodeCrashed() {
|
||||
|
|
Loading…
Reference in New Issue