openvidu-server: Add HANodeRegistered and HANodeDeregistered to CDREventName

pull/809/head
cruizba 2023-06-13 11:05:25 +02:00
parent 130f49d16b
commit e70fe4c3ab
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ public enum CDREventName {
sessionCreated, sessionDestroyed, participantJoined, participantLeft, webrtcConnectionCreated,
webrtcConnectionDestroyed, recordingStatusChanged, filterEventDispatched, signalSent, mediaNodeStatusChanged,
autoscaling, nodeCrashed, nodeRecovered, broadcastStarted, broadcastStopped
autoscaling, nodeCrashed, nodeRecovered, broadcastStarted, broadcastStopped, HANodeRegistered, HANodeDeregistered
}