diff --git a/libs/esl/src/esl_event.c b/libs/esl/src/esl_event.c index 7a0da29db3..60547b1be2 100644 --- a/libs/esl/src/esl_event.c +++ b/libs/esl/src/esl_event.c @@ -127,6 +127,7 @@ static const char *EVENT_NAMES[] = { "SERVER_DISCONNECTED", "SEND_INFO", "RECV_INFO", + "RECV_RTCP_MESSAGE", "CALL_SECURE", "NAT", "RECORD_START", @@ -137,11 +138,11 @@ static const char *EVENT_NAMES[] = { "FAILURE", "SOCKET_DATA", "MEDIA_BUG_START", - "MEDIA_BUG_START", + "MEDIA_BUG_STOP", "CONFERENCE_DATA_QUERY", + "CONFERENCE_DATA", "CALL_SETUP_REQ", "CALL_SETUP_RESULT", - "CONFERENCE_DATA", "ALL" };