From: Sangchul Lee Date: Wed, 8 Sep 2021 01:18:49 +0000 (+0900) Subject: webrtc_doc: Update description X-Git-Tag: submit/tizen/20210909.033134^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f98f7cea9d1bf93e24ad72a148f29f9fd71c1840;p=platform%2Fcore%2Fapi%2Fwebrtc.git webrtc_doc: Update description [Version] 0.2.97 [Issue Type] Document Change-Id: I546caef069a8ba2f7319dabe72e021e4e7260dac Signed-off-by: Sangchul Lee --- diff --git a/doc/webrtc_doc.h b/doc/webrtc_doc.h index 3d2d28e3..98ffd055 100644 --- a/doc/webrtc_doc.h +++ b/doc/webrtc_doc.h @@ -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 @@ -216,7 +217,8 @@ * 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 * */ diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 3a09b9db..9650774d 100644 --- a/packaging/capi-media-webrtc.spec +++ b/packaging/capi-media-webrtc.spec @@ -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