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

Commit c164b159 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change prototype for "setCamera" in IMS VideoProvider."

parents 3c054697 ca5cdb2d
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);