User Profile
Nikolay Muravlyannikov
Microsoft
Joined 9 years ago
User Widgets
Recent Discussions
Re: A2P Phone Number Billing Management
Thanks, for your interest in Azure Communication Services. For multitenant deployment, you can use a single subscription with single resource or you can create a resource (within the same subscription for every customer). In either case you can review the cost/create reports pr number or per resource (with all numbers) in the Cost Analysis at the subscription level. Here is API description for programmatic access to the cost datahttps://learn.microsoft.com/en-us/azure/cost-management-billing/costs/manage-automation932Views0likes1CommentRe: Group Video Call
mayankdixit the Group Video calling supported with up to 350 participants nowhttps://docs.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/calling-sdk-features#detailed-capabilities Here is documentation how you can place an ad-hoc 1:N call to another ACS user or a phone numnerhttps://docs.microsoft.com/en-us/azure/communication-services/how-tos/calling-sdk/manage-calls?pivots=platform-web#place-a-1n-call-to-a-user-or-pstn You can also use Group ID for meetings alike scenarioshttps://docs.microsoft.com/en-us/azure/communication-services/how-tos/calling-sdk/manage-calls?pivots=platform-web#join-a-group-call Please let me know if this helps.1.1KViews0likes1CommentRe: Audio/video codecs by ACS
Richard Thrope, thanks. Please see in the table. https://docs.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements#network-bandwidth E.g. with 1.2 Mbps you can get HD720 with 30 fps. Note for JavaScript you cannot go beyong 720p at 30 fps, for Native we can go up to 1080p at 30 fps. Is there other parameters you are looking for?3.8KViews0likes5CommentsRe: Audio/video codecs by ACS
Richard Thorpe, we use G.722, SILK and G.711 (mostly in Azure direct routing for SBC compatibility). Detailed BW requirements and bitrates are documented here https://docs.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements#network-bandwidth3.8KViews1like1CommentRe: Video Quality of Experience Questions
Hi Justin, the ACS uses the adaptive codecs, bitrate depends on: 1. The available bandwidth 2. Network conditions. 3. Type of SDK Maximum is 1080p @30 fps on Native SDK (Android, iOS) and 720p @30fps Here is the link describing the resolutions and network requirements https://docs.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements#network-bandwidth There is no manual knob to set the video bitrate now. Would love to learn about case where you want to implement the manual selection. H264 is the codec we support now for video with other codecs on roadmap. Please fill the user voice https://feedback.azure.com/forums/934536-azure-communication-services1.2KViews0likes0CommentsRe: ACS limits - video calls and webinars
Hello, the limit for the group calls is 350 participants. https://docs.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/calling-sdk-features#detailed-capabilities We don't have the webinar model now. We will consider it for roadmap.2KViews2likes2CommentsRe: Session Border Controllers
Here is the page where we describe support of the SBC https://docs.microsoft.com/en-us/azure/communication-services/concepts/telephony-sms/sip-interface-infrastructure#infrastructure-requirements In short we support the same Session Border Controllers, which are supported for Teams Direct Routing917Views0likes0Comments