summaryrefslogtreecommitdiff
path: root/rakia/sip-media.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-02stop using RakiaDirectionGuillaume Desmottes1-35/+35
2012-03-26Don't wait for codecs to publish Endpoint on incoming m=Olivier Crête1-2/+4
2012-03-02Put all direction control code in the streamOlivier Crête1-2/+9
2012-03-02Add function to stringify a RakiaDirectionOlivier Crête1-0/+25
2012-03-01Add test for adding a content while heldOlivier Crête1-1/+3
2012-03-01Call: Set the streams to sending when the remote side acceptsOlivier Crête1-0/+6
2012-02-24Update copyright datesOlivier Crête1-1/+1
2012-02-24It's rawudp, so assume we're always connectedOlivier Crête1-0/+8
2012-02-23Make Hold/Unhold workOlivier Crête1-4/+1
2012-02-23Make it possible to remove a content from a connected callOlivier Crête1-27/+34
2012-02-22Make it possible to add a content to a connected callOlivier Crête1-12/+74
2012-02-22Rename remote_codecs to the more accurate remote_codec_offerOlivier Crête1-14/+12
2012-02-16Implement RequestReceivingOlivier Crête1-20/+44
2012-02-14Make SetSending work, also add tests for itOlivier Crête1-4/+3
2012-02-10Port to Call1Olivier Crête1-55/+224
2012-01-23WIP: Factor out Sip code to SipSession/SipMediaOlivier Crête1-2/+824
2012-01-10Add SipSession/SipMedia abstractionsOlivier Crête1-0/+108