mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Add ICE state failed.
This commit is contained in:
parent
49b1b61b5a
commit
4bc8ceec7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue