File tree 2 files changed +5
-1
lines changed
react-app/src/library/services/vendor-implementations/plantronics
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- * @ jensengar @ zservies @ maxwellmooney13 @ hjon
1
+ * @ zservies @ maxwellmooney13 @ hjon
Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ export default class PlantronicsService extends VendorImplementation {
245
245
this . deviceRejectedCall ( { name : eventInfo . name , conversationId : this . incomingConversationId } ) ;
246
246
break ;
247
247
case 'TerminateCall' :
248
+ this . setMute ( false ) ;
249
+ this . setHold ( conversationId , false ) ;
248
250
this . deviceEndedCall ( { ...eventInfo , conversationId } ) ;
249
251
break ;
250
252
case 'CallEnded' :
@@ -424,6 +426,8 @@ export default class PlantronicsService extends VendorImplementation {
424
426
params += `&callID={${ encodeURI ( halfEncodedCallIdString ) } }` ;
425
427
426
428
const response = await this . _makeRequestTask ( `/CallServices/TerminateCall${ params } ` ) ;
429
+ this . setMute ( false ) ;
430
+ this . setHold ( conversationId , false ) ;
427
431
await this . getCallEvents ( ) ;
428
432
this . _checkIsActiveTask ( ) ;
429
433
return response ;
You can’t perform that action at this time.
0 commit comments