summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index fbc56fbf..98ea4399 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -310,8 +310,7 @@ int main (int argc, char **argv)
conf = gst_element_factory_make ("fsrtpconference", NULL);
g_assert (conf);
- part = fs_conference_new_participant (FS_CONFERENCE (conf), "test@ignore",
- &error);
+ part = fs_conference_new_participant (FS_CONFERENCE (conf), &error);
print_error (error);
g_assert (part);