Fix links in SIP API javadoc.
Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
This commit is contained in:
@@ -18,10 +18,10 @@ package android.net.sip;
|
||||
|
||||
/**
|
||||
* Defines error code returned in
|
||||
* {@link SipRegistrationListener#onRegistrationFailed(String, String, String)},
|
||||
* {@link ISipSessionListener#onError(ISipSession, String, String)},
|
||||
* {@link ISipSessionListener#onCallChangeFailed(ISipSession, String, String)} and
|
||||
* {@link ISipSessionListener#onRegistrationFailed(ISipSession, String, String)}.
|
||||
* {@link SipRegistrationListener#onRegistrationFailed},
|
||||
* {@link ISipSessionListener#onError},
|
||||
* {@link ISipSessionListener#onCallChangeFailed} and
|
||||
* {@link ISipSessionListener#onRegistrationFailed}.
|
||||
* @hide
|
||||
*/
|
||||
public enum SipErrorCode {
|
||||
|
||||
Reference in New Issue
Block a user