Event banner
Azure Communication Services AMA
Event Ended
Tuesday, Mar 08, 2022, 09:00 AM PSTEvent details
We are very excited to announce an Azure Communication Services AMA!
An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA gives y...
EricStarker
Updated Feb 25, 2022
katya_trishina
Mar 08, 2022Copper Contributor
Hi Micah! Back then screen sharing feature was available only on the web. Today Screensharing is in Private Preview (through TAP program) for Android, ios, and Windows coming soon. TAP program: https://aka.ms/acs-tap-invite
Micah Markman
Mar 08, 2022Copper Contributor
this link acs tap invite doesn't seem to work. can you provide docs on teh screen.
- manoskow-msftMar 11, 2022Iron ContributorHi Micah! Here is a doc that outlines the feature avaialbility: https://docs.microsoft.com/azure/communication-services/concepts/voice-video-calling/calling-sdk-features Here is a sample that shows screen sharing and general web calling features: https://github.com/Azure-Samples/communication-services-web-calling-tutorial/blob/main/Project/src/MakeCall/StreamRenderer.js In general, when rendering a stream for a participant, you can choose if the MediaStreamType is 'video' or 'screensharing' (link to API: https://docs.microsoft.com/en-us/javascript/api/azure-communication-services/@azure/communication-calling/mediastreamtype?view=azure-communication-services-js) Hope this help!