]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Add ICE failed state.
[linphone] / coreapi / linphonecore.h
index 9a5792a75e63e61fc25866f0d69a5a384bcd5648..583d66356d9bf1e48c6a9226901762e42a6c0056 100644 (file)
@@ -267,6 +267,7 @@ typedef struct _LinphoneCall LinphoneCall;
 **/
 enum _LinphoneIceState{
        LinphoneIceStateNotActivated, /**< ICE has not been activated for this call */
+       LinphoneIceStateFailed, /**< ICE processing has failed */
        LinphoneIceStateInProgress, /**< ICE process is in progress */
        LinphoneIceStateHostConnection, /**< ICE has established a direct connection to the remote host */
        LinphoneIceStateReflexiveConnection, /**< ICE has established a connection to the remote host through one or several NATs */