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

Commit 3d77c66e authored by Rekha Kumar's avatar Rekha Kumar Committed by Gerrit - the friendly Code Review server
Browse files

IMS-VT: Peer capabilities support

Add support for querying peer capabilities

Change-Id: Ibfc0f2d4864cb743acc0b7f12aa8ef3e7f41c979
parent 628bc01b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,13 @@ interface IImsCallSession {
     */
     */
    ImsCallProfile getLocalCallProfile();
    ImsCallProfile getLocalCallProfile();


    /**
     * Gets the remote call profile that this session is associated with
     *
     * @return the local call profile that this session is associated with
     */
    ImsCallProfile getRemoteCallProfile();

    /**
    /**
     * Gets the value associated with the specified property of this session.
     * Gets the value associated with the specified property of this session.
     *
     *