summaryrefslogtreecommitdiffstats
path: root/voip/java/android/net/sip/ISipSessionListener.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'voip/java/android/net/sip/ISipSessionListener.aidl')
-rw-r--r--voip/java/android/net/sip/ISipSessionListener.aidl8
1 files changed, 8 insertions, 0 deletions
diff --git a/voip/java/android/net/sip/ISipSessionListener.aidl b/voip/java/android/net/sip/ISipSessionListener.aidl
index 5920bca..690700c 100644
--- a/voip/java/android/net/sip/ISipSessionListener.aidl
+++ b/voip/java/android/net/sip/ISipSessionListener.aidl
@@ -72,6 +72,14 @@ interface ISipSessionListener {
void onCallBusy(in ISipSession session);
/**
+ * Called when the call is being transferred to a new one.
+ *
+ * @param newSession the new session that the call will be transferred to
+ * @param sessionDescription the new peer's session description
+ */
+ void onCallTransferring(in ISipSession newSession, String sessionDescription);
+
+ /**
* Called when an error occurs during session initialization and
* termination.
*