Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STREAM-331 added in state resets for Plantronics when ending a call #123

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

maxwellmooney13
Copy link
Collaborator

No description provided.

@@ -1 +1 @@
* @jensengar @zservies @maxwellmooney13 @hjon
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[*]

@@ -245,6 +245,8 @@ export default class PlantronicsService extends VendorImplementation {
this.deviceRejectedCall({ name: eventInfo.name, conversationId: this.incomingConversationId });
break;
case 'TerminateCall':
this.setMute(false);
this.setHold(conversationId, false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming these functions only affect the headset state right?

@maxwellmooney13 maxwellmooney13 merged commit bef26f1 into develop Feb 11, 2025
1 check passed
@maxwellmooney13 maxwellmooney13 deleted the STREAM-331 branch February 11, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants