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

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

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the...

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the ConnectionRequest when creating an conference."
parents 7a9d64d9 b994f53a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,10 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                mPendingResponses.put(callId, response);

                Bundle extras = call.getIntentExtras();
                if (extras == null) {
                    extras = new Bundle();
                }
                extras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);

                Log.addEvent(call, LogUtils.Events.START_CONFERENCE,
                        Log.piiHandle(call.getHandle()));