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

Commit 45280e02 authored by Suresh Koleti's avatar Suresh Koleti Committed by Gerrit - the friendly Code Review server
Browse files

IMS-VT: Add hide for setVideoProvider API

Observed compilation error for SDK generation due to setVideoProvider
API. Marking setVideoProvider as hide inorder to resolve the
compilation error.

Change-Id: Ib8ba2f284a04019c3a313bb6d260bb5efdb47ac6
CRs-Fixed: 776462
parent 1cc859d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@ public abstract class Conference implements IConferenceable {
        }
    }

    /** @hide */
    public final void setVideoProvider(Connection c, Connection.VideoProvider videoProvider) {
        Log.d(this, "setVideoProvider Conference: %s Connection: %s VideoState: %s",
                this, c, videoProvider);