Skip to content

Teams adhoc enabled for calling handlers#2914

Merged
mgamis-msft merged 12 commits intomainfrom
mgamis/teams-adhoc-enabled-for-calling-handlers
Apr 14, 2023
Merged

Teams adhoc enabled for calling handlers#2914
mgamis-msft merged 12 commits intomainfrom
mgamis/teams-adhoc-enabled-for-calling-handlers

Conversation

@mgamis-msft
Copy link
Copy Markdown
Contributor

@mgamis-msft mgamis-msft commented Apr 11, 2023

What

Enable Teams adhoc calling for calling handler startCall

Why

https://skype.visualstudio.com/SPOOL/_workitems/edit/3132743

How Tested

Testing on local calling sample:
https://user-images.githubusercontent.com/79475487/231989813-5b13cb69-dc9c-4310-bc4c-b73af4a8fcbf.mp4

Process & policy checklist

  • I have updated the project documentation to reflect my changes if necessary.
  • I have read the CONTRIBUTING documentation.

Is this a breaking change?

  • This change causes current functionality to break.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 11, 2023

CallWithChat bundle size is decreased✅.

  • Current size: 9904370
  • Base size: 9904477
  • Diff size: -107

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 11, 2023

Calling bundle size is increased❗.

  • Current size: 9512651
  • Base size: 9511670
  • Diff size: 981

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 11, 2023

Chat bundle size is decreased✅.

  • Current size: 9578756
  • Base size: 9578863
  • Diff size: -107

/* @conditional-compile-remove(teams-identity-support) */
teamsId?: string;
/* @conditional-compile-remove(teams-adhoc-call) */
teamsIds?: string[];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can we call this outboundTeamsUsers or something so we know it is the identifiers that we are calling?

/* @conditional-compile-remove(teams-identity-support) */
const [teamsId, setTeamsId] = useState<string>();
/* @conditional-compile-remove(teams-adhoc-call) */
const [teamsIds, setTeamsIds] = useState<string | undefined>();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we update this like suggested above?

<Stack>
<TextField
className={outboundTextField}
label={"Teams ID's"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we say "Teams user ID's" and maybe in the placeholder give an example since we need to prefixes to have the handlers parse correctly? or alternatively give a callout like with the alternate callerId showing an example of a good user ID to avoid confusion when others want to try it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good point. Changed label and added a callout.

@mgamis-msft mgamis-msft requested review from a team as code owners April 14, 2023 07:13
@mgamis-msft mgamis-msft merged commit 912ffd0 into main Apr 14, 2023
@mgamis-msft mgamis-msft deleted the mgamis/teams-adhoc-enabled-for-calling-handlers branch April 14, 2023 21:35
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