Merge "Ensure start of call properties are propagated to RemoteConnection." am: ecb46b610c am: e8cb4f4046
am: d8879a2925
Change-Id: Ia523cee477a39c221953cda68c29579cb5f6ed76
This commit is contained in:
@@ -93,6 +93,10 @@ final class RemoteConnectionService {
|
||||
// failure on the providing end, so immediately mark it destroyed
|
||||
connection.setDestroyed();
|
||||
}
|
||||
connection.setStatusHints(parcel.getStatusHints());
|
||||
connection.setIsVoipAudioMode(parcel.getIsVoipAudioMode());
|
||||
connection.setRingbackRequested(parcel.isRingbackRequested());
|
||||
connection.putExtras(parcel.getExtras());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user