You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/get-started-live-stream.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
13
13
ms.custom: mode-other
14
14
---
15
15
16
-
# Live Stream Quick Start
16
+
# Live stream quick start
17
17
18
18
Live streaming will empower Contoso to engage thousands of online attendees by adding interactive live audio and video streaming functionality into their web and
19
19
mobile applications that their audiences will love, no matter where they are. Interactive Live Streaming is the ability to broadcast media content to thousands of online
@@ -25,7 +25,7 @@ attendees while enabling some attendees to share their live audio and video, int
25
25
-[Rooms](../rooms/get-started-rooms.md) meeting will be needed for role-based streaming.
26
26
- The quick start examples here are available with the private preview version [1.11.0-alpha.20230124.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.11.0-alpha.20230124.1) of the calling Web SDK. Make sure to use that or higher version when trying this quick start.
27
27
28
-
## Live Streaming with Rooms
28
+
## Live streaming with Rooms
29
29
Room participants can be assigned one of the following roles: **Presenter**, **Attendee** and **Consumer**. By default, a user is assigned an **Consumer** role, if no other role is assigned.
30
30
31
31
Participants with `Consumer` role will be receiving only the live stream. They will not be able to speak or share video or screen. Developers should not show the unmute, share video, and screen option to end users/consumers. Live stream supports both open and closed Rooms. In Open Rooms the default role is `Consumer`.
### Count Participants in both Real-time and Streaming Media Lane
81
+
### Count participants in both real-time and streaming media lane
82
82
Web SDK already exposes `Call.totalParticipantCount` (available in beta release) which includes all participants count (Presenter, Attendee, Consumer, Participants in the lobby etc.). We have added a new API `Call.feature(Features.LiveStream).participantCount` under the `LiveStream` feature to have the count of streaming participants. `Call.feature(Features.LiveStream).participantCount` represents the number of participants receiving the streaming media only.
0 commit comments