/**
* @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
/**
* @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