Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ClientRole

Client role in the LiveBroadcasting profile.

Index

Enumeration members

Enumeration members

Audience

Audience: = 2

2: Audience.

An audience member can only receive streams. If you set this user role in the channel, the SDK automatically calls muteLocalAudioStream(true) and muteLocalVideoStream(true).

Broadcaster

Broadcaster: = 1

1: Host.

A host can both send and receive streams. If you set this user role in the channel, the SDK automatically calls muteLocalAudioStream(false) and muteLocalVideoStream(false).

Generated using TypeDoc