Updated readme and sample.json
This commit is contained in:
parent
59fc4754eb
commit
369ec4ae05
|
@ -20,8 +20,8 @@ extensions:
|
|||
|
||||
## Summary
|
||||
|
||||
This web part shows ao to use Azure Communications Services and React UI component to create a Room Chat.
|
||||
This is a sample and the arquictecture is very simple for demo only.
|
||||
This web part shows how to use Azure Communications Services and React UI component to create a Room Chat.
|
||||
This is a sample and the architecture is very simple for demo only.
|
||||
|
||||
![roomchat](./assets/roomchat.gif)
|
||||
|
||||
|
@ -30,7 +30,7 @@ This is a sample and the arquictecture is very simple for demo only.
|
|||
|
||||
## Requirements
|
||||
|
||||
This sample needs the Azurecommunications services configured on the Azure, Please documentation how to configure.
|
||||
This sample needs the Azure communications services configured on the Azure, Please documentation how to configure.
|
||||
|
||||
|
||||
## Compatibility
|
||||
|
@ -81,11 +81,11 @@ We do not support samples, but we this community is always willing to help, and
|
|||
|
||||
If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
|
||||
|
||||
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-restaurant-menu&template=bug-report.yml&sample=react-restaurant-menu&authors=@joaojmendes&title=react-restaurant-menu%20-%20).
|
||||
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-roomchat&template=bug-report.yml&sample=react-roomchat&authors=@joaojmendes&title=react-roomchat%20-%20).
|
||||
|
||||
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-restaurant-menu&template=question.yml&sample=react-restaurant-menu&authors=@joaojmendes&title=react-restaurant-menu%20-%20).
|
||||
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-roomchat&template=question.yml&sample=react-roomchat&authors=@joaojmendes&title=react-roomchat%20-%20).
|
||||
|
||||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-restaurant-menu&template=question.yml&sample=react-restaurant-menu&authors=@joaojmendes&title=react-restaurant-menu%20-%20).
|
||||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-roomchat&template=question.yml&sample=react-roomchat&authors=@joaojmendes&title=react-roomchat%20-%20).
|
||||
|
||||
|
||||
## Disclaimer
|
||||
|
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"name": "pnp-sp-dev-spfx-web-parts-react-roomchat",
|
||||
"source": "pnp",
|
||||
"title": "Room Chat",
|
||||
"shortDescription": "This web part shows how to use Azure Communications Services and React UI component to create a Room Chat.",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-roomchat",
|
||||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-roomchat",
|
||||
"longDescription": [
|
||||
"This web part shows how to use Azure Communications Services and React UI component to create a Room Chat."
|
||||
],
|
||||
"creationDateTime": "2022-07-19",
|
||||
"updateDateTime": "2022-07-19",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
"metadata": [
|
||||
{
|
||||
"key": "CLIENT-SIDE-DEV",
|
||||
"value": "React"
|
||||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.15"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-roomchat/assets/roomchat.gif",
|
||||
"alt": "Web Part Preview"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 101,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-roomchat/assets/roomchat.png",
|
||||
"alt": "Web Part Preview"
|
||||
}
|
||||
// {
|
||||
// "type": "video",
|
||||
// "order": 101,
|
||||
// "url": "https://www.youtube.com/embed/FS-_0KENJkI",
|
||||
// "alt": "Community demo of the web part"
|
||||
// }
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"gitHubAccount": "joaojmendes",
|
||||
"pictureUrl": "https://github.com/joaojmendes.png",
|
||||
"name": "João Mendes"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"name": "Build your first SharePoint client-side web part",
|
||||
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
|
||||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue