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

Commit 80a91cb5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS-VT: Add additional error codes for upgrade downgrade"

parents 426e875c 804b9199
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -377,6 +377,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;