* commit '849dfc35bcad75119516d786c20d3df74eb946bf': Fix crash when doing conferencing over Wi-Fi
This commit is contained in:
@@ -1067,6 +1067,9 @@ public abstract class Connection extends Conferenceable {
|
||||
@SystemApi
|
||||
@Deprecated
|
||||
public final AudioState getAudioState() {
|
||||
if (mCallAudioState == null) {
|
||||
return null;
|
||||
}
|
||||
return new AudioState(mCallAudioState);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user