Add new custom error for WebRTC 06/260506/1 accepted/tizen/unified/20210629.130135 submit/tizen/20210628.021630
authorSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 28 Jun 2021 02:12:57 +0000 (11:12 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 28 Jun 2021 02:12:57 +0000 (11:12 +0900)
Change-Id: I584bee5fc6bdee66376975fc97fe9fbeb26901cf
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 5b0dce8..194fa47 100644 (file)
@@ -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.
index a3c580f..406f38b 100644 (file)
@@ -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