Commit e5e6af7a authored by Dafydd Harries's avatar Dafydd Harries

jingle-test-server: echo media back to sender

darcs-hash:20070213125221-c9803-93e6d5d3e70c3d823102d8edff9454296eab8870.gz
parent 05fc144f
......@@ -12,16 +12,14 @@
static void
recv_cb (
NiceAgent *agent,
G_GNUC_UNUSED
guint stream_id,
G_GNUC_UNUSED
guint candidate_id,
guint len,
gchar *buf,
G_GNUC_UNUSED
gpointer user_data)
{
g_debug ("got media");
nice_agent_send (agent, stream_id, candidate_id, len, buf);
}
static NiceAgent *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment