GithubHelp home page GithubHelp logo

Comments (11)

kronwell avatar kronwell commented on May 8, 2024 1

Thanks. It would be nice to have a sample, that can be deployed as an Asp.Net web application, or at least some checklist what needs to be done. Has anyone tried to do this?

from botbuilder-realtimemediacalling.

MalarGit avatar MalarGit commented on May 8, 2024 1

When we took a look a while back, ILPIP needed by the platform SDK was not supported in Azure App services. I think it is supported now. We plan to take a look at it soon. If that works, I will post a sample here. please watch out for updates. thanks

from botbuilder-realtimemediacalling.

MalarGit avatar MalarGit commented on May 8, 2024

The samples are only for Azure cloud service. But the platform SDKs does not have any restrictions. You will have to configure the public IP, provide an equivalent of InstanceInputEndpoint, open up corresponding ports, etc.

from botbuilder-realtimemediacalling.

gfclaveria avatar gfclaveria commented on May 8, 2024

@MalarGit

If the RealTimeMediaCalling bot application will be deployed other than Azure cloud, is certificate still needed?

Do you now have sample that doesn't require certificate?

from botbuilder-realtimemediacalling.

MalarGit avatar MalarGit commented on May 8, 2024

@gfclaveria yes a certificate is a must. The platform requires a certificate in order to communicate securely with the Skype calling cloud.

from botbuilder-realtimemediacalling.

gfclaveria avatar gfclaveria commented on May 8, 2024

@MalarGit I see, Thanks.

from botbuilder-realtimemediacalling.

prabhakarreddy1234 avatar prabhakarreddy1234 commented on May 8, 2024

@MalarGit
Can we deploy the application built using Platform SDKs on Azure App Services ? If yes, what precautions do we need to take ? Any sample or steps on how to do it would be great.

from botbuilder-realtimemediacalling.

prabhakarreddy1234 avatar prabhakarreddy1234 commented on May 8, 2024

Cool. That would be great. Any ETA on that ? Rather than sample, Pre-requisites and steps to follow should be enough initially i guess.

from botbuilder-realtimemediacalling.

ssulzer avatar ssulzer commented on May 8, 2024

Hi @prabhakarreddy1234

We don't know if supporting Azure App Service is feasible for real-time media bots, and that is not in our plans currently. Supporting real-time media bots on Azure Service Fabric with VM scale sets is on our internal backlog but we cannot offer an ETA for when the SDK would have official support. However, with the recent Azure networking updates (https://github.com/Azure/vm-scale-sets/tree/master/preview/network), there is now support to assign each VM in the set a public IPv4 address - which is required for hosting real-time media bots. So Azure Service Fabric is something you could try out if you want. Please see the section "Public IPv4 per virtual machine" in the following article:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking

Thanks,
Stephen

from botbuilder-realtimemediacalling.

kronwell avatar kronwell commented on May 8, 2024

Are there any news on this topic? Meanwhile we were able to move our complete bot stack to docker containers except real time bot channel which is still nasty and obsolete cloud service. Is anybody in MS still working on real-time bot sdk or it is already abandoned?

from botbuilder-realtimemediacalling.

ssulzer avatar ssulzer commented on May 8, 2024

Hi @kronwell

There are no updates on this. Use of the Skype Real-Time Media Bot platform requires Azure running Windows Server and the .NET Framework, along with certain provisioned VM resources:

The BotBuilder-RealTimeMediaCalling SDK docs and samples have not been updated to demonstrate building and deploying a real-time media bot using Azure Resource Manager (ARM) or VM Scale Sets (with ILPIP and Inbound NAT pools configured), but these can be used. You do not have to use a Classic (ASM-based) Cloud Service.

To my knowledge, using a Docker for Windows container to deploy a real-time media bot does not work, unfortunately. Docker for Windows does not provide/support a full Windows Server 2016 OS container, only Windows Server 2016 Core and Nano, but these are insufficient for the real-time media bot platform.

from botbuilder-realtimemediacalling.

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.