mCodec is an implicit parameter, consisting of the chosen codec.
| 506 | |
| 507 | // mCodec is an implicit parameter, consisting of the chosen codec. |
| 508 | string 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. |
nothing calls this directly
no test coverage detected