Enumeration SubscriptionMode

SubscriptionMode determines how the SDK will subscribe to participants.

Enumeration Members

Enumeration Members

Automatic: "AUTOMATIC"

Automatic subscription mode means the SDK will automatically subscribe to up to 20 participants. It prioritizes participants that have audio and video tracks unmuted and participants that are actively speaking. TODO: Flesh out this description

Manual: "MANUAL"

Manual subscription mode means the SDK will NOT automatically subscribe to participants. In this mode you must call RemoteParticipant.subscribe in order to start receiving media from participants. TODO: Flesh out this description

Generated using TypeDoc