[Active Call Transfer] update for GA API#284
Merged
dmceachernmsft merged 5 commits intomainfrom Dec 16, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Active Call Transfer feature to use the new GA API, migrating from call agent-level methods to a dedicated feature-based API. This introduces a breaking change as it fundamentally alters how active call transfers are handled.
Key Changes
- Introduces
activeCallTransferFeatureas a dedicated feature API obtained from the call agent - Updates the API from returning a single active call object to an array of active calls
- Refactors the UI to display multiple active call banners with loop iteration
Comments suppressed due to low confidence (1)
Project/src/MakeCall/MakeCall.js:1031
- Component state update uses potentially inconsistent value.
onDismiss={() => { this.setState({ activeCallDetails: this.state.activeCallDetails.filter(c => c !== call) }) }}
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamesBurnside
approved these changes
Dec 15, 2025
akania
approved these changes
Dec 16, 2025
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.
Purpose
Updates the Active Call Transfer feature to use the new API for GA
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information