comparison libpurple/protocols/jabber/jingle/rtp.c @ 30932:f858b53dfbf0

Can now generate a relayed candidate for the initiator
author Marcus Lundblad <ml@update.uu.se>
date Thu, 24 Sep 2009 20:22:24 +0000
parents 8bc115afec99
children 0b5520bf1fe3
comparison
equal deleted inserted replaced
30931:794001c22306 30932:f858b53dfbf0
600 else 600 else
601 type = is_audio == TRUE ? PURPLE_MEDIA_RECV_AUDIO 601 type = is_audio == TRUE ? PURPLE_MEDIA_RECV_AUDIO
602 : PURPLE_MEDIA_RECV_VIDEO; 602 : PURPLE_MEDIA_RECV_VIDEO;
603 603
604 params = 604 params =
605 jingle_get_params(jingle_session_get_js(session), &num_params); 605 jingle_get_params(jingle_session_get_js(session), NULL, 0, 0, 0,
606 NULL, NULL, &num_params);
606 607
607 creator = jingle_content_get_creator(content); 608 creator = jingle_content_get_creator(content);
608 if (!strcmp(creator, "initiator")) 609 if (!strcmp(creator, "initiator"))
609 is_creator = jingle_session_is_initiator(session); 610 is_creator = jingle_session_is_initiator(session);
610 else 611 else