webrtc_doc: Update description 66/263666/2 accepted/tizen/unified/20210909.101216 submit/tizen/20210909.033134
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 8 Sep 2021 01:18:49 +0000 (10:18 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 8 Sep 2021 06:01:56 +0000 (15:01 +0900)
[Version] 0.2.97
[Issue Type] Document

Change-Id: I546caef069a8ba2f7319dabe72e021e4e7260dac
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
doc/webrtc_doc.h
packaging/capi-media-webrtc.spec

index 3d2d28e307fbacb9a049deac775bc285d9872d44..98ffd05522fe2fc3e0fd4bc59a01b07224bdc9c2 100644 (file)
@@ -35,6 +35,7 @@
  * @section CAPI_MEDIA_WEBRTC_OVERVIEW Overview
  * The WebRTC API provides functions to communicate with the remote peer using multimedia sources and generic data.
  * The multimedia sources include audio/video stream from microphone, camera or media file.
+ * The generic data includes string or byte data.
  * This API set allows you to:
  *  - add/remove/mute/pause the media source
  *  - create/destroy data channel and send/receive data via the channel
  * The WebRTC Media Render API allows you to:
  * - set a sound policy including routing and volume to the audio stream received from the remote peer
  * - set a display type and a surface to render the video stream received from the remote peer
- * - choose not to render the audio or video stream itself but forward it via the callback function with media packet.
+ * - choose not to render the audio or video stream itself but forward it via the callback function with media packet
+ * - enable loopback rendering of the media sources
  *
 */
 
index 3a09b9dba9a38d9a125db47a90fb07e92ce71402..9650774d61a75ced9c892ad3eaecb7087281fc42 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.2.96
+Version:    0.2.97
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0