IMS: Decouple Call Extras from call state change notification.
Currently call extras are closely coupled with call state changes. To propagate call extras from internal.telephony.Connection the PRECISE_CALL_STATE_CHANGED event shall be triggered which is generally triggered when phone/call changes its state. This change removes the above mentioned dependency by raising onExtrasChanged event when changes in extras are detected. Change-Id: I7c0f5dc3229b2d7ae83d06a8e3fade45d1b62c90
Loading
Please register or sign in to comment