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

Commit 69fd8992 authored by Rekha Kumar's avatar Rekha Kumar Committed by Steve Kondik
Browse files

IMS-VT: Upgrade fix

-Add session modify call timed out constant

Change-Id: I1d4557041dc45173c6a3aa6faa8541490d33325d
parent 64b76408
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -142,6 +142,11 @@ public abstract class Connection {
         */
        public static final int SESSION_MODIFY_REQUEST_INVALID = 3;

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

        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;