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

Commit bf2ff602 authored by Hwayoung Helen Kim's avatar Hwayoung Helen Kim Committed by Android (Google) Code Review
Browse files

Merge "[ImsMedia] Add the duration value for the received DTMF api as per updated imsmedia design"

parents a78cbdb1 5e873e7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,6 +41,6 @@ interface IImsMediaSessionListener {
  oneway void notifyPacketLoss(int packetLossPercentage);
  oneway void notifyJitter(int jitter);
  oneway void triggerAnbrQuery(in android.hardware.radio.ims.media.RtpConfig config);
  oneway void onDtmfReceived(char dtmfDigit);
  oneway void onDtmfReceived(char dtmfDigit, int durationMs);
  oneway void onCallQualityChanged(in android.hardware.radio.ims.media.CallQuality callQuality);
}
+2 −1
Original line number Diff line number Diff line
@@ -95,8 +95,9 @@ oneway interface IImsMediaSessionListener {
     * Notifies the received DTMF digit from the other party
     *
     * @param dtmfDigit single char having one of 12 values: 0-9, *, #
     * @param durationMs The duration to play the tone in milliseconds unit
     */
    void onDtmfReceived(char dtmfDigit);
    void onDtmfReceived(char dtmfDigit, int durationMs);

    /**
     * Notifies when a change to call quality has occurred