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

Commit d1800cd0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Expose SipAudioCall#getAudioGroup and SipAudioCall#SetAudioGroup as public API." am: ede4533c am: 2c4472ce am: b1c30795

Change-Id: Id9fdc6d7de9f3c4e023f301ab95dfa0fdd758ac0
parents f0830a77 b1c30795
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30256,6 +30256,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();
@@ -30266,6 +30267,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);