| 497 | |
| 498 | |
| 499 | string 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. |
| 508 | string SipBase::makeSDPAnswer() |
nothing calls this directly
no test coverage detected