Add ICE state failed.

This commit is contained in:
Ghislain MARY 2012-09-19 18:04:25 +02:00
parent 49b1b61b5a
commit 4bc8ceec7a

View file

@ -54,6 +54,7 @@ void usleep(int waitTime) {
const char * const ice_state_str[] = {
"Not activated", /* LinphoneIceStateNotActivated */
"Failed", /* LinphoneIceStateFailed */
"In progress", /* LinphoneIceStateInProgress */
"Host connection", /* LinphoneIceStateHostConnection */
"Reflexive connection", /* LinphoneIceStateReflexiveConnection */