InDieTasten
InDieTasten
What exactly do you want to use? Microsoft Teams itself? It requires a license per user that's trying to access either the Teams WebApp or Desktop app. Within Teams, additional...
Heres a sample that implements a simple IVR scenario: https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/StatelessSamples/SimpleIvrBot
Sounds like an issue with your bot implementation. It's only affecting users with assigned policy. The policy itself can't limit the amount of participants in the meeting. Thus, the bot...
Looking at the recording it looks like the bot is starting a 1-on-1 call with the user. Once the user joins the 1-on-1 call, the bot crashes or otherwise holds...
@brynrichards Not sure if your use case would be covered by this, but you could also operate a single instance that subscribes and unsubscribes based on who is talking in...
That sounds like a problem we could be running into as well. We still need to plan our investigation. I will get back to you :)
We've conducted testing and don't run into this issue. At least not with 100+ application participants in the meeting. Not too sure what would happen with unique users in the...
I'm not too familiar with the classic cloud services, but given the following docs, you should still be able to create a cloud service classic like this: https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-dotnet-get-started#create-an-azure-cloud-service When I...
You can use a "regular" certificate that points only to a specific hostname as well. It does need to have a complete trust chain to one of the generally accepted...
For a test that's true to reality, that's the way, and even then you are most likely violating some terms with your Selenium automation. I have a different approach I...