This state change is affected by webrtcbin changes based on 1.18 version.
[Version] 0.2.1
[Issue Type] Update
Change-Id: I4b590ccb43e468dc5add1b1282a97ea17083a514
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.1.178
+Version: 0.2.1
Release: 0
Group: Multimedia/API
License: Apache-2.0
__invoke_peer_connection_state_change_cb(webrtc, state);
switch (state) {
- case GST_WEBRTC_PEER_CONNECTION_STATE_NEW:
+ case GST_WEBRTC_PEER_CONNECTION_STATE_CONNECTED:
g_mutex_lock(&webrtc->mutex);
if (webrtc->state == WEBRTC_STATE_NEGOTIATING)
_post_state_cb_in_idle(webrtc, WEBRTC_STATE_PLAYING);