MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / makeSDPOffer

Method makeSDPOffer

SIP/SIPBase.cpp:499–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498
499string SipBase::makeSDPOffer()
500{
501 SdpInfo sdp;
502 sdp.sdpInitOffer(this);
503 return sdp.sdpValue();
504 //return makeSDP("0","0");
505}
506
507// mCodec is an implicit parameter, consisting of the chosen codec.
508string SipBase::makeSDPAnswer()

Callers

nothing calls this directly

Calls 2

sdpInitOfferMethod · 0.80
sdpValueMethod · 0.80

Tested by

no test coverage detected