live-share-sdk
live-share-sdk copied to clipboard
A framework for building collaborative Microsoft Teams and M365 experiences.
### Please review [FAQ and Known issues](https://github.com/microsoft/live-share-sdk/issues/8) before filing a new item! - [X] I have reviewed the FAQ and known issues and did not find my topic **Describe your...
We should add TSLint to our packages prior to GA as additional sanity check.
### Please review [FAQ and Known issues](https://github.com/microsoft/live-share-sdk/issues/8) before filing a new item! - [X] I have reviewed the FAQ and known issues and did not find my topic **Describe your...
# FAQ ### [Live Share FAQ](https://aka.ms/livesharefaq) # Known Issues > Please check here to see if your problem is already listed before filing a new issue. > Previously known issues...
### Please review [FAQ and Known issues](https://github.com/microsoft/live-share-sdk/issues/8) before filing a new item! - [x] I have reviewed the FAQ and known issues and did not find my topic **Please note:...
### Please review [FAQ and Known issues](https://github.com/microsoft/live-share-sdk/issues/8) before filing a new item! - [X] I have reviewed the FAQ and known issues and did not find my topic **Describe your...
- Created ILiveShareHost interface. - Created TestLiveShareHost class. - Updated TeamsFluidClient and related components to use new host abstraction. - Removed old TeamsClientApi references. - Removed teams-js package dependency.
Prior to GA, we should run code coverage as part of build pipeline and then add a badge to the main page that reports our current build status and coverage...
Prior to GA, we should setup an ADO build pipeline so that we can require builds anytime a PR is made against main.
We should start a timer in `TeamsFLuidClient.joinContainer()` that waits 20 seconds for fluid to connect and if the connection times out we should throw an error. The error should include...