Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81226d99 authored by Rekha Kumar's avatar Rekha Kumar Committed by Deepak Kundra
Browse files

IMS-VT: Add additional error codes for upgrade downgrade

-Add support to send additional error codes to UI during
 upgrade downgrade

Change-Id: Id452d225098fe3bccdcd37d242985c5c761144c1
CRs-Fixed: 769916
parent 36a6ae6c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -402,6 +402,11 @@ public abstract class Connection implements IConferenceable {
         */
        public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;

        /**
         * Session modify request ignored due to invalid parameters.
         */
        public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;

        private static final int MSG_SET_VIDEO_CALLBACK = 1;
        private static final int MSG_SET_CAMERA = 2;
        private static final int MSG_SET_PREVIEW_SURFACE = 3;