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

Method makeSDPAnswer

SIP/SIPBase.cpp:508–514  ·  view source on GitHub ↗

mCodec is an implicit parameter, consisting of the chosen codec.

Source from the content-addressed store, hash-verified

506
507// mCodec is an implicit parameter, consisting of the chosen codec.
508string SipBase::makeSDPAnswer()
509{
510 SdpInfo answer;
511 answer.sdpInitOffer(this);
512 mSdpAnswer = answer.sdpValue();
513 return mSdpAnswer;
514}
515
516
517// A request inside an invite is ACK, CANCEL, BYE, INFO, or re-INVITE.

Callers

nothing calls this directly

Calls 2

sdpInitOfferMethod · 0.80
sdpValueMethod · 0.80

Tested by

no test coverage detected