Coder Social home page Coder Social logo

Comments (3)

huntj88 avatar huntj88 commented on May 30, 2024

Can you show what your manifest looks like? After installing an app Teams should show you the config page for the app, but it looks like you're trying to load the main content instead of the config page, which handles the saving and notification of success.

image

from live-share-sdk.

Kalyan492 avatar Kalyan492 commented on May 30, 2024

Can you show what your manifest looks like? After installing an app Teams should show you the config page for the app, but it looks like you're trying to load the main content instead of the config page, which handles the saving and notification of success.

image

Sorry about my earlier bug. I am able to resolve it. I missed to add web.config for Azure app service. Once I have added it, I am able to get the config page and share it to stage. However, if I join the same meeting from a different system, Live share is not working as expected. I could not see both the meetings sharing the Live Canvas state. For your reference, my manifest.json looks like this:

{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json",
"version": "1.0.1",
"manifestVersion": "1.12",
"id": "a1aff73f-adec-4d10-b016-8280de6ca3e9",
"packageName": "com.microsoft.teams.liveshareinking",
"name": {
"short": "Live Share",
"full": "Live Share Canvas demo"
},
"developer": {
"name": "Unknown",
"mpnId": "",
"websiteUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true",
"privacyUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true",
"termsOfUseUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true"
},
"description": {
"short": "Live Share inking demo",
"full": "Collaborative inking demo powered by Live Share"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#FFFFFF",
"configurableTabs": [
{
"configurationUrl": "https://livesharedemo.azurewebsites.net/",
"canUpdateConfiguration": false,
"scopes": [
"groupchat"
],
"context": [
"meetingSidePanel",
"meetingStage"
]
}
],
"validDomains": [
"livesharedemo.azurewebsites.net"
],
"authorization": {
"permissions": {
"orgWide": [],
"resourceSpecific": [
{
"name": "MeetingStage.Write.Chat",
"type": "Delegated"
},
{
"name": "ChannelMeetingStage.Write.Group",
"type": "Delegated"
},
{
"name": "LiveShareSession.ReadWrite.Chat",
"type": "Delegated"
},
{
"name": "LiveShareSession.ReadWrite.Group",
"type": "Delegated"
}
]
}
}
}

from live-share-sdk.

Kalyan492 avatar Kalyan492 commented on May 30, 2024

Can you show what your manifest looks like? After installing an app Teams should show you the config page for the app, but it looks like you're trying to load the main content instead of the config page, which handles the saving and notification of success.
image

Sorry about my earlier bug. I am able to resolve it. I missed to add web.config for Azure app service. Once I have added it, I am able to get the config page and share it to stage. However, if I join the same meeting from a different system, Live share is not working as expected. I could not see both the meetings sharing the Live Canvas state. For your reference, my manifest.json looks like this:

{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json", "version": "1.0.1", "manifestVersion": "1.12", "id": "a1aff73f-adec-4d10-b016-8280de6ca3e9", "packageName": "com.microsoft.teams.liveshareinking", "name": { "short": "Live Share", "full": "Live Share Canvas demo" }, "developer": { "name": "Unknown", "mpnId": "", "websiteUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true", "privacyUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true", "termsOfUseUrl": "https://livesharedemo.azurewebsites.net/#/config?inTeams=true" }, "description": { "short": "Live Share inking demo", "full": "Collaborative inking demo powered by Live Share" }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#FFFFFF", "configurableTabs": [ { "configurationUrl": "https://livesharedemo.azurewebsites.net/", "canUpdateConfiguration": false, "scopes": [ "groupchat" ], "context": [ "meetingSidePanel", "meetingStage" ] } ], "validDomains": [ "livesharedemo.azurewebsites.net" ], "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [ { "name": "MeetingStage.Write.Chat", "type": "Delegated" }, { "name": "ChannelMeetingStage.Write.Group", "type": "Delegated" }, { "name": "LiveShareSession.ReadWrite.Chat", "type": "Delegated" }, { "name": "LiveShareSession.ReadWrite.Group", "type": "Delegated" } ] } } }

Closing this as my issues are resolved. Thanks.

from live-share-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.