summaryrefslogtreecommitdiff
path: root/ext/webrtc/gstwebrtcice.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webrtc/gstwebrtcice.h')
-rw-r--r--ext/webrtc/gstwebrtcice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/webrtc/gstwebrtcice.h b/ext/webrtc/gstwebrtcice.h
index cacf497a8..4b0cfdce3 100644
--- a/ext/webrtc/gstwebrtcice.h
+++ b/ext/webrtc/gstwebrtcice.h
@@ -48,6 +48,8 @@ struct _GstWebRTCICE
GstUri *stun_server;
GstUri *turn_server;
+ GHashTable *turn_servers;
+
GstWebRTCICEPrivate *priv;
};
@@ -77,6 +79,8 @@ gboolean gst_webrtc_ice_set_remote_credentials (GstWebRTCIC
GstWebRTCICEStream * stream,
gchar * ufrag,
gchar * pwd);
+gboolean gst_webrtc_ice_add_turn_server (GstWebRTCICE * ice,
+ const gchar * uri);
G_END_DECLS