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

Commit 75537ae0 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Hiding missed Video telephony related APIs.

Bug: 17188135
Change-Id: I9b569936bff285463d32df878efb26041917c51b
parent f9220b39
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 {
            /**