{"id":18149326,"url":"https://github.com/jpeng-ms/chat-sdk-test","last_synced_at":"2026-04-26T12:31:49.789Z","repository":{"id":155488944,"uuid":"615237510","full_name":"jpeng-ms/Chat-SDK-Test","owner":"jpeng-ms","description":"@azure/communication-chat debug tool ","archived":false,"fork":false,"pushed_at":"2024-09-11T00:28:36.000Z","size":46005,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:15:11.516Z","etag":null,"topics":["azure","chatsdk","javascript","microsoft"],"latest_commit_sha":null,"homepage":"https://jpeng-ms.github.io/Chat-SDK-Test/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpeng-ms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-17T08:52:16.000Z","updated_at":"2024-08-27T20:22:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b8e6139-0392-4945-9375-ee2ee0bccfa0","html_url":"https://github.com/jpeng-ms/Chat-SDK-Test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpeng-ms/Chat-SDK-Test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeng-ms%2FChat-SDK-Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeng-ms%2FChat-SDK-Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeng-ms%2FChat-SDK-Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeng-ms%2FChat-SDK-Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpeng-ms","download_url":"https://codeload.github.com/jpeng-ms/Chat-SDK-Test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeng-ms%2FChat-SDK-Test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","chatsdk","javascript","microsoft"],"created_at":"2024-11-01T23:12:55.699Z","updated_at":"2026-04-26T12:31:49.767Z","avatar_url":"https://github.com/jpeng-ms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat SDK Test Tool\n![workflow](https://github.com/jpeng-ms/Chat-SDK-Test/actions/workflows/node.js.yml/badge.svg)\n![GitHub issues](https://img.shields.io/github/issues/jpeng-ms/Chat-SDK-Test)\n[![License](https://img.shields.io/github/license/jpeng-ms/Chat-SDK-Test)]()\n\nAn sample project that helps developers to test out Chat JS SDK (@azure/communication-chat).\n\n# Background\nAzure Communication Service (ACS) provides various communication services such as Calling, Chat, SMS, etc. This tool is meant to support ACS developers and provides a testing tool for Chat Interop and Adhoc scenarios specifically. Learn more about ACS [here](https://learn.microsoft.com/en-us/azure/communication-services/overview).\n\nIn particular, you might need some or all of the following information:\n\n1. `connection string` of your Azure communication resoruce. You can obtain this via Azure portal. Click [here](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/create-communication-resource?tabs=linux\u0026pivots=platform-azp#access-your-connection-strings-and-service-endpoints) for more info\n2. `meeting URL` of the Teams meeting you have set up\n3. `MRI` of users you would like to add to the chat. For the MRI of ACS users, you can create one on Azure portal. For teams user, you can obtain this either from Teams admin via powerShell or making calls to MS Graph API. \n\n# Getting started\n\nrun `npm install; npm start` to start the demo. \n\nThe webpage would be hosted under `http://localhost:3000/`\n\n# Supported Chat Types\n1. ACS Chat with ACS user\n\u003cimg width=\"600\" alt=\"image\" src=\"https://user-images.githubusercontent.com/109105353/229880000-c8bf2b39-c356-47b5-b3bd-e6ecdb71f6eb.png\"\u003e\n\n2. Interop chat with Teams user\n       - enter meeting URL as thread ID, then choose `join call/chat`\n       - make sure you are admitted to the call before starting any chat related activities\n\n| \u003cimg width=\"600\" alt=\"image\" src=\"https://user-images.githubusercontent.com/109105353/227407205-92c00efe-9f5a-48f1-a0cc-39cfbf361155.png\"\u003e | \u003cimg width=\"600\" alt=\"image\" src=\"https://user-images.githubusercontent.com/109105353/227412701-3a6467b1-98a7-47f3-8234-9d0398a654d5.png\"\u003e |\n| --- | ---|\n\n3. Adhoc chat with Teams user\n       - select `new thread` tab\n       - select `create chat`\n       - select `add participant`\n          - enter the MRI, display of the Teams user\n          - *make sure the Teams tenant has ACS Interop federation enabled*\n\n\u003cimg width=\"600\" alt=\"image\" src=\"https://user-images.githubusercontent.com/109105353/227412800-33659c25-2201-499b-86ad-bdc526b8a675.png\"\u003e\n\n# Features\n\n### Inline image rendering\n\n|![image](https://github.com/jpeng-ms/Chat-SDK-Test/assets/109105353/1a65bfeb-a530-44ba-bb22-13efe7a11e3c)| \u003cimg width=\"1123\" alt=\"image\" src=\"https://github.com/jpeng-ms/Chat-SDK-Test/assets/109105353/4df0cedc-5290-4e78-b87a-98f01ae75c0e\"\u003e|\n| --- | ---|\n\n\n### File attachment rendering\n\n|![image](https://github.com/jpeng-ms/Chat-SDK-Test/assets/109105353/99339fc1-ff4d-4849-96e6-c40bc46f3473) | \u003cimg width=\"1126\" alt=\"image\" src=\"https://github.com/jpeng-ms/Chat-SDK-Test/assets/109105353/c9569d29-0c13-4c8b-b8be-2653ad38ad5f\"\u003e |\n| --- | ---|\n# Others\n\n### Readings\n1. https://www.npmjs.com/package/@azure/communication-chat\n2. https://learn.microsoft.com/en-us/azure/communication-services/concepts/chat/concepts\n3. https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/chat/get-started?tabs=linux\u0026pivots=programming-language-javascript\n4. https://learn.microsoft.com/en-us/azure/communication-services/concepts/chat/sdk-features\n\n### Support\nPlease report any issue in this [github repo](https://github.com/jpeng-ms/Chat-SDK-Test/issues) with steps to reproduce and screenshots if any.\n\n### Credit\n- UI based on [`react-advanced-form`](https://github.com/taniarascia/react-advanced-form)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeng-ms%2Fchat-sdk-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpeng-ms%2Fchat-sdk-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeng-ms%2Fchat-sdk-test/lists"}