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

Commit 58d8c5eb authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Change prototype for "setCamera" in IMS VideoProvider." am: c164b159 am: e55b1157

am: 998655f8

Change-Id: I01c5d8c15ce9377f126fc7268bd1a8ecee602dc8
parents b9f9e646 998655f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ import com.android.ims.internal.IImsVideoCallCallback;
oneway interface IImsVideoCallProvider {
    void setCallback(IImsVideoCallCallback callback);

    void setCamera(String cameraId);
    void setCamera(String cameraId, int uid);

    void setPreviewSurface(in Surface surface);