FS-4416 -- resolve
This commit is contained in:
parent
a57669c30d
commit
2dda038ba0
|
@ -127,6 +127,7 @@ static const char *EVENT_NAMES[] = {
|
||||||
"SERVER_DISCONNECTED",
|
"SERVER_DISCONNECTED",
|
||||||
"SEND_INFO",
|
"SEND_INFO",
|
||||||
"RECV_INFO",
|
"RECV_INFO",
|
||||||
|
"RECV_RTCP_MESSAGE",
|
||||||
"CALL_SECURE",
|
"CALL_SECURE",
|
||||||
"NAT",
|
"NAT",
|
||||||
"RECORD_START",
|
"RECORD_START",
|
||||||
|
@ -137,11 +138,11 @@ static const char *EVENT_NAMES[] = {
|
||||||
"FAILURE",
|
"FAILURE",
|
||||||
"SOCKET_DATA",
|
"SOCKET_DATA",
|
||||||
"MEDIA_BUG_START",
|
"MEDIA_BUG_START",
|
||||||
"MEDIA_BUG_START",
|
"MEDIA_BUG_STOP",
|
||||||
"CONFERENCE_DATA_QUERY",
|
"CONFERENCE_DATA_QUERY",
|
||||||
|
"CONFERENCE_DATA",
|
||||||
"CALL_SETUP_REQ",
|
"CALL_SETUP_REQ",
|
||||||
"CALL_SETUP_RESULT",
|
"CALL_SETUP_RESULT",
|
||||||
"CONFERENCE_DATA",
|
|
||||||
"ALL"
|
"ALL"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue