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

Commit 9edf2970 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Hiding missed Video telephony related APIs." into lmp-dev

parents 306afb91 75537ae0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -329,6 +329,7 @@ public final class Call {
         *
         * @param call The {@code Call} invoking this method.
         * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}.
         * @hide
         */
        public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {}

@@ -582,6 +583,7 @@ public final class Call {
     * Obtains an object that can be used to display video from this {@code Call}.
     *
     * @return An {@code Call.VideoCall}.
     * @hide
     */
    public InCallService.VideoCall getVideoCall() {
        return mVideoCall;
+2 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ public abstract class InCallService extends Service {

    /**
     * Class to invoke functionality related to video calls.
     * @hide
     */
    public static abstract class VideoCall {

@@ -294,6 +295,7 @@ public abstract class InCallService extends Service {

        /**
         * Listener class which invokes callbacks after video call actions occur.
         * @hide
         */
        public static abstract class Listener {
            /**