Use only endpoint for sendMessage and makeCall#22
Conversation
* Add an endpoint for Bob * Repository returns all recipients with same name
There was a problem hiding this comment.
Code Review
This pull request simplifies the app functions by removing the name parameter from the send function and the contactName parameter from the makeCall function, making both functions rely solely on unique identifiers (endpointValue). Corresponding tests, metadata, and fallback lookup logic in CallManager and ChatViewModel have been updated. Feedback is provided regarding the duplication of the CallManager class between the app and shared modules, and a suggestion is made to support group calls in makeCall by checking for groups when a recipient is not found by ID.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Use only endpoint for sendMessage and makeCall, because this is enough to uniquely identify a contact / group.