Skip to content

Commit 63b58f5

Browse files
akulakumrsarika
authored andcommitted
fix(multy-party-conference): address-review-comments
1 parent 0f8f8aa commit 63b58f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/contact-center/cc-components/src/components/task

packages/contact-center/cc-components/src/components/task/task.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ export interface ControlProps {
386386
allowConsultToQueue: boolean;
387387

388388
/**
389-
* Flag to enable or disable multi-party conference feature
389+
* Flag to enable or disable conference feature
390390
*/
391-
multiPartyConferenceEnabled: boolean;
391+
conferenceEnabled: boolean;
392392

393393
/**
394394
* Function to set the last target type

0 commit comments

Comments
 (0)