public interface MessageListener
Modifier and Type | Method and Description |
---|---|
void |
onCallInvite(CallInvite callInvite)
Notifies the listener that an incoming call invite has been received.
|
void |
onCancelledCallInvite(CancelledCallInvite cancelledCallInvite,
CallException callException)
Notifies the listener that an incoming call invite was cancelled.
|
void onCallInvite(CallInvite callInvite)
void onCancelledCallInvite(CancelledCallInvite cancelledCallInvite, CallException callException)
5.3.0