From: Sunggyu Choi Date: Mon, 28 Jun 2021 02:12:57 +0000 (+0900) Subject: Add new custom error for WebRTC X-Git-Tag: submit/tizen/20210628.021630^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f621cb167c86e6ce6a2536b43c73bb949660c68;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error for WebRTC Change-Id: I584bee5fc6bdee66376975fc97fe9fbeb26901cf Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 5b0dce8..194fa47 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -311,6 +311,8 @@ extern "C" { #define TIZEN_ERROR_GESTURE -0x03090000 /* User Awareness */ #define TIZEN_ERROR_USER_AWARENESS -0x030A0000 +/* WebRTC */ +#define TIZEN_ERROR_MEDIA_WEBRTC -0x030B0000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index a3c580f..406f38b 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.61 +Version: 0.4.62 Release: 1 Group: Base License: Apache-2.0