summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index eed9198d..d4863e6a 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -147,7 +147,7 @@ add_audio_session (GstElement *pipeline, FsConference *conf, guint id,
FS_CANDIDATE_TYPE_HOST, FS_NETWORK_PROTOCOL_UDP, remoteip,
remoteport));
- res = fs_stream_set_remote_candidates (ses->stream, cands, &error);
+ res = fs_stream_add_remote_candidates (ses->stream, cands, &error);
print_error (error);
g_assert (res);