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

Commit 0a493e87 authored by Wink Saville's avatar Wink Saville
Browse files

Fix java doc.

Change-Id: I620c2ea77504fa4ead92e8a4faf0db4eff4f5e2b
parent 70882cd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ interface IImsCallSession {
    /**
     * Extends this call to the conference call with the specified recipients.
     *
     * @participants participant list to be invited to the conference call after extending the call
     * @param participants participant list to be invited to the conference call after extending the call
     * @see Listener#sessionConferenceExtened, Listener#sessionConferenceExtendFailed
     */
    void extendToConference(in String[] participants);
@@ -185,7 +185,7 @@ interface IImsCallSession {
    /**
     * Requests the conference server to invite an additional participants to the conference.
     *
     * @participants participant list to be invited to the conference call
     * @param participants participant list to be invited to the conference call
     * @see Listener#sessionInviteParticipantsRequestDelivered,
     *      Listener#sessionInviteParticipantsRequestFailed
     */