public interface ManagerHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionRequest(Carrier carrier,
java.lang.String from,
java.lang.String sdp)
An callback function that handle session request.
|
void onSessionRequest(Carrier carrier, java.lang.String from, java.lang.String sdp)
carrier - A handle to the Carrier node instancefrom - The id who send the messagesdp - The remote users SDP. Reference: https://tools.ietf.org/html/rfc4566