We have Office 365 + SharePoint online, and I am not sure if we can achieve this inside a SharePoint modern page:
Build a list which show a Staff Directory. This could show a picture of the person, their title, their phone number, their email and a Chat with me button (through teams).
now i found these Web parts which can achieve 80% of what i am looking for:-
https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-people-directory
https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-msgraph-peoplesearch
But the only thing will still be missing is the ability to show a Chat button beside each username to allow to chat with the user using MS Team.. can anyone advice if i can modify the above 2 web-parts to include this feature?
Thanks