Home | History | Annotate | Download | only in sip

Lines Matching refs:sdp

1133                 String sdp = extractContent(((RequestEvent) evt).getRequest());
1134 if (sdp != null) mPeerSessionDescription = sdp;
1136 onError(SipErrorCode.CLIENT_ERROR, "peer sdp is empty");