Add internal APIs to get SDP/ICE from text message 74/235374/11
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 4 Jun 2020 06:58:51 +0000 (15:58 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 8 Jun 2020 07:41:05 +0000 (16:41 +0900)
commit295d0dfae4aec9ac546897717b4201db1841ad11
tree389b5ae2aa469565f9d6df8de2c9bb184a5e9c57
parent674081071042bad4d3f2dcdc83a11b620a56b0c4
Add internal APIs to get SDP/ICE from text message

- int ms_webrtc_get_sdp_from_message(const char *sdp_msg, gchar **sdp)
- int ms_webrtc_get_ice_candidate_from_message(const char *ice_msg, gchar **candidate, gint *mlineindex)

[Version] 0.1.53
[Issue Type] New feature

Change-Id: Id8a6c9c1fad0dadcaf1456c80db8ebcaa00683a1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/media_streamer_util.h
packaging/capi-media-streamer.spec
src/media_streamer_util.c