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

Commit ede4533c authored by Grace Jia's avatar Grace Jia Committed by Gerrit Code Review
Browse files

Merge "Expose SipAudioCall#getAudioGroup and SipAudioCall#SetAudioGroup as public API."

parents 99e20773 90b4d5b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -29710,6 +29710,7 @@ package android.net.sip {
    method public void close();
    method public void close();
    method public void continueCall(int) throws android.net.sip.SipException;
    method public void continueCall(int) throws android.net.sip.SipException;
    method public void endCall() 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 getLocalProfile();
    method public android.net.sip.SipProfile getPeerProfile();
    method public android.net.sip.SipProfile getPeerProfile();
    method public int getState();
    method public int getState();
@@ -29720,6 +29721,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 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);
    method public void sendDtmf(int, android.os.Message);
    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);
    method public void setListener(android.net.sip.SipAudioCall.Listener, boolean);
    method public void setListener(android.net.sip.SipAudioCall.Listener, boolean);
    method public void setSpeakerMode(boolean);
    method public void setSpeakerMode(boolean);