OfficeDev / Virtual-Health-Templates

SharePoint templates, documentation, and sample code for Office 365 virtual healthcare scenarios
MIT License
43 stars 19 forks source link

Skype-Trusted-Application and API Anon Meeting Join #2

Open joseq-terawe opened 7 years ago

joseq-terawe commented 7 years ago

I am trying to deploy the virtual healthcare scenario using it in a CSP (cloud service provider) context. I see building the anonymous join portion of skype app calls for a cloudnet.app url. Is there any way to deploy the solution https://github.com/OfficeDev/skype-docs/tree/master/Skype/Trusted-Application-API/samples/AnonMeetingJoinSamples on an azurewebistes.net url? If so can I get documentation on how to achieve this? Or is there a way to deploy the solution using a csp subscription? Reason being in Visual Studio, when trying to publish the solution (PlatformServiceSamplesAzureService) to your website it does not allow you to use a csp subscription

skeskinen commented 7 years ago

If someone is still wondering about this, I just deployed the FrontEnd project as a web app and it seems to work. Added bonus is that https just works with azurewebsites.net. So you can deploy the whole thing without having to buy ca certs (this part is kinda confusing in the documentation).

Only thing I changed in AnonMeetingJoinSample was to comment out thumbprint in web.config so that it uses ADD_ClientSecret instead.

HematM commented 7 years ago

Do we need a trusted API, if anon meeting join is implemented on on-premise SfB 2015? What will be the implementation for anonymous users to join meeting hosted on on-premise SfB servers?

Thanks,