From 90b4d5b86f4a0970882e81b4e8290488530627bb Mon Sep 17 00:00:00 2001 From: Grace Jia Date: Thu, 16 Jan 2020 11:33:58 -0800 Subject: [PATCH] Expose SipAudioCall#getAudioGroup and SipAudioCall#SetAudioGroup as public API. Bug: 145923259 Test: manual Change-Id: Id0edbe32e8014661dbbcbbc326014d308225b1aa --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/current.txt b/api/current.txt index 50202e1ba1cb1..d37ad9ae4c4d2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29692,6 +29692,7 @@ package android.net.sip { method public void close(); method public void continueCall(int) throws android.net.sip.SipException; method public void endCall() throws android.net.sip.SipException; + method @Nullable public android.net.rtp.AudioGroup getAudioGroup(); method public android.net.sip.SipProfile getLocalProfile(); method public android.net.sip.SipProfile getPeerProfile(); method public int getState(); @@ -29702,6 +29703,7 @@ package android.net.sip { method public void makeCall(android.net.sip.SipProfile, android.net.sip.SipSession, int) throws android.net.sip.SipException; method public void sendDtmf(int); method public void sendDtmf(int, android.os.Message); + method public void setAudioGroup(@NonNull android.net.rtp.AudioGroup); method public void setListener(android.net.sip.SipAudioCall.Listener); method public void setListener(android.net.sip.SipAudioCall.Listener, boolean); method public void setSpeakerMode(boolean);