You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLANETKIT_DISCONNECT_REASON_RELEASED_CALL=1304, ///< [Both][CloudServer] The call was already released. Ex) Initiator already canceled
249
249
250
250
PLANETKIT_DISCONNECT_REASON_SERVER_INTERNAL_ERROR=1305, ///< [Both][CloudServer] Server disconnected a call because of internal error
251
-
PLANETKIT_DISCONNECT_REASON_UNAVAILABLE_NETWORK=1308, ///< [Both][Caller, Callee, Participant] Network is unavailable to keep a call
251
+
PLANETKIT_DISCONNECT_REASON_UNAVAILABLE_NETWORK=1308, ///< [Both][Caller, Callee, Participant] Disconnected due to the network being unavailable for a certain period of time
252
252
PLANETKIT_DISCONNECT_REASON_APP_DESTROY=1309, ///< [Both][Caller, Callee, Participant] Application process is terminated
253
253
PLANETKIT_DISCONNECT_REASON_SYSTEM_SLEEP=1310, ///< [Both][Caller, Callee, Participant] Application is in sleep mode
254
254
PLANETKIT_DISCONNECT_REASON_SYSTEM_LOGOFF=1311, ///< [Both][Caller, Callee, Participant] Application is in logoff mode
PLANETKIT_DATA_SESSION_FAIL_REASON_UNSUPPORTED=2, /// Data session ID is unsupported by the peer.
30
29
PLANETKIT_DATA_SESSION_FAIL_REASON_NOT_INCOMING=3, /// Cannot make receive data session without incoming event(PLANETKIT_EVENT_TYPE_COMMON_DATA_SESSION_INCOMING).
31
30
PLANETKIT_DATA_SESSION_FAIL_REASON_ALREADY_EXIST=4, /// Data session ID already exists.
32
31
PLANETKIT_DATA_SESSION_FAIL_REASON_INVALID_ID=5, /// Data session ID is invalid. Valid ID is 100 to 999.
33
32
PLANETKIT_DATA_SESSION_FAIL_REASON_INVALID_TYPE=6, /// Data session type is invalid.
34
33
} planetkit_data_session_fail_reason_e;
35
34
35
+
typedefenumplanetkit_data_session_closed_reason_e
36
+
{
37
+
PLANETKIT_DATA_SESSION_CLOSED_REASON_SESSION_END=0, /// Data session has ended.
0 commit comments