* @brief Sets the crop coordinates of a screen source.
* @since_tizen 7.0
* @remarks The coordinates are in UI (screen) units, and the start coordinate refers to the upper left corner of the video display area on the screen.\n
- * If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and \n
+ * If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and
* it changes the video resolution.
* The changed resolution can be checked through webrtc_media_source_get_video_resolution().\n
- * Even when the crop area is reset, the rectangle coordinates are based on the original UI (screen) as in the first setting.\n
+ * Even when the crop area is changed again, the rectangle coordinates are still based on the original UI (screen) as in the first setting.\n
* If the video resolution is changed by webrtc_media_source_set_video_resolution(), then crop cannot be performed.\n
* Crop and resolution change cannot be done at the same time.
* @param[in] webrtc WebRTC handle