Video Consultation Functionality#380
Merged
vanitha1822 merged 82 commits intorelease-3.7.0from Apr 20, 2026
Merged
Conversation
* fix: implement functionality to search beneficiaries with Elasticsearch * fix: remove unwanted import * fix: update pom.xml * fix: change the response code
variable added
Release 3.6.0
* fix: cherry-pick commits for advanced search * fix: cherry-pick commit for token issue - mobile application * fix: add the missing properties * fix: add function to retrieve userid * fix: move the fetch Userid to jwtUtil
Signature fix for mmu
Fixing the Signature when doctor not available
implement state wise hide un hide form fields
Feature/manage upload file
Fix form feilds issue
Added DeepWiki badge to README for better visibility.
docs: add DeepWiki badge and documentation link
* fix: remove km in application.properties * fix: update all the properties to fetch from env * fix: update path * fix: KM issue * fix: get file from km * fix: build issue * fix: build issue * fix: remove unwanted imports * fix: build issue * fix: remove commented line * Enable KM configuration in common_example.properties Uncomment KM configuration properties for OpenKM.
…Environment (#390) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Comment on lines
+96
to
+101
| logger.info("[updateCallStatus CONTROLLER] Received — meetingLink={}, callStatus={}, callDuration={}, modifiedBy={}, isLinkUsed={}", | ||
| requestModel.getMeetingLink(), | ||
| requestModel.getCallStatus(), | ||
| requestModel.getCallDuration(), | ||
| requestModel.getModifiedBy(), | ||
| requestModel.getIsLinkUsed()); |
|
sauravmbizBrolly
approved these changes
Apr 20, 2026
SauravBizbRolly
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




📋 Description
JIRA ID:
AMM-1360
AMM-1355
AMM-529
✅ Type of Change