getReceiveSettings(id?, options?)
Returns the current receive settings. When called with no arguments, returns the full DailyReceiveSettings object for all participants. When called with a participant ID, returns only that participant’s settings.
base settings are not available until after join() is called.Parameters
Optional. A participant session ID. When provided, returns only that participant’s receive settings.
Optional. When
true, includes inherited values from base in the per-participant result. Defaults to false.Return value
Returns aPromise<DailyReceiveSettings> when called with no ID, or Promise<DailySingleParticipantReceiveSettings> when called with an ID.
See updateReceiveSettings() for a full explanation of the receive settings structure.