Forum Discussion
shilpaM8515
Nov 10, 2022Copper Contributor
Voice on Teams
Hi, I am trying to create make a call feature for my SPFX application which can make a one to one call by using voice commands (Similar to the one which teams mobile app have using Cortana voice ass...
- Nov 10, 2022
Hi shilpaM8515
there are APIs for communication features available, see- Teams Communication API / cloud communication API in Graph https://learn.microsoft.com/en-us/graph/api/resources/communications-api-overview?view=graph-rest-1.0
- https://learn.microsoft.com/en-us/graph/cloud-communications-concept-overview
- Or you could go with Azure Communication Services (if you want to develop your own communication service...)
Nov 10, 2022
Hi shilpaM8515
there are APIs for communication features available, see
- Teams Communication API / cloud communication API in Graph https://learn.microsoft.com/en-us/graph/api/resources/communications-api-overview?view=graph-rest-1.0
- https://learn.microsoft.com/en-us/graph/cloud-communications-concept-overview
- Or you could go with Azure Communication Services (if you want to develop your own communication service...)