Add a description of file source mute 52/261452/2
authorbackto.kim <backto.kim@samsung.com>
Mon, 19 Jul 2021 09:03:44 +0000 (18:03 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 21 Jul 2021 23:43:33 +0000 (23:43 +0000)
[Version] 0.2.50
[Issue Type] Doxygen

Change-Id: I35b0774364eb460c7b207b31f7b96bfe820d0dc7

include/webrtc.h
packaging/capi-media-webrtc.spec

index 9b8ab5287e1be10348abfbd4fb9c024b558909f8..e8950a0318af6935ad7a02109bf2f14468bf90dc 100644 (file)
@@ -812,7 +812,8 @@ int webrtc_media_source_get_pause(webrtc_h webrtc, unsigned int source_id, webrt
  /**
  * @brief Sets mute to the media source.
  * @details If @a mute is set to @c true, black frame or silent sound will be transmitted to the remote peer according to the media type of the @a source_id. \n
- *          if @a source_id is a media source of #WEBRTC_MEDIA_SOURCE_TYPE_MEDIA_PACKET, this function will return #WEBRTC_ERROR_INVALID_PARAMETER.
+ *          if @a source_id is a media source of #WEBRTC_MEDIA_SOURCE_TYPE_FILE or #WEBRTC_MEDIA_SOURCE_TYPE_MEDIA_PACKET,
+ *          this function will return #WEBRTC_ERROR_INVALID_PARAMETER.
  * @since_tizen 6.5
  * @param[in] webrtc      WebRTC handle
  * @param[in] source_id   The media source id
@@ -829,7 +830,8 @@ int webrtc_media_source_set_mute(webrtc_h webrtc, unsigned int source_id, webrtc
 
  /**
  * @brief Gets the mute of the media source.
- * @details If @a source_id is a media source of #WEBRTC_MEDIA_SOURCE_TYPE_MEDIA_PACKET, this function will return #WEBRTC_ERROR_INVALID_PARAMETER.
+ * @details If @a source_id is a media source of #WEBRTC_MEDIA_SOURCE_TYPE_FILE or #WEBRTC_MEDIA_SOURCE_TYPE_MEDIA_PACKET,
+            this function will return #WEBRTC_ERROR_INVALID_PARAMETER.
  * @since_tizen 6.5
  * @remarks The default value is @c false.
  * @param[in] webrtc      WebRTC handle
index 1a664166655ce4609887c7c83654183acacb1486..1278b9cd32ee15b1dab96e34cb0bcbce954ce718 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.2.49
+Version:    0.2.50
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0