public interface SessionRequestCompleteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onCompletion(Session session,
int status,
java.lang.String reason,
java.lang.String sdp)
The callback function to receive session request complete event.
|
void onCompletion(Session session, int status, java.lang.String reason, java.lang.String sdp)
session - The carrier session instance.status - The status code of the response.
0 is success, otherwise is error.reason - The error message if status is error, or nil if session request
error happenedsdp - The remote users SDP.
Reference: https://tools.ietf.org/html/rfc4566