developer connector
3 TopicsTeams tab does not reload on the last location
We have an MS teams plugin with a tab. When hitting the reload tab button, the tab reloads but does no keep the last location the user was in, jit just goes back to the root of the domain. Is there a way to fix it so teams will keep the latest location? If I right click, inspect and do reload frame. It works.2.8KViews0likes9CommentsAdd empty value on MobilityPolicy
I try to put empty value for MobilityPolicy for OnlineUser with this method : Grant-CsMobilityPolicy -PolicyName $Null -Identity 'test' But I have this error message This policy must be assigned a value compatible with the user's subscription and location. It cannot be $null. + CategoryInfo : InvalidOperation : (Grant-CsMobilityPolicy:String) [Grant-CsMobilityPolicy], InvalidOperationException + FullyQualifiedErrorId : InvalidOperation,Microsoft.Rtc.Management.Xds.GrantMobilityPolicyCmdlet + PSComputerName : admin2e.online.lync.com I don't know why I have this error because I have user who have this empty value. Some with license and location and some without. Too I can't add an existing MobilityPolicy to an user who have an empty value. If someone have an idea, I will be glad to discuss about this. Thanks youSolved1.3KViews1like5CommentsHow to create connector programmatically?
I have a web application that has channels that I would like to allow the users to map 1:1 to channels in Teams. The channels will always keep the 1:1 mapping so as they create channels in the application or teams I would like to have them be able to create a connector between the two so that they can send massages to Teams. I've already completed this with Slack (https://api.slack.com/messaging/webhooks#generating_incoming_webhook_urls_programmatically). But the documentation for Teams makes it seem like a connector is a static/rigid entity that has to be manually mapped by a user. Is this true? If so what is anot2.4KViews0likes3Comments