feat(webui): configure participant roster visibility
This commit is contained in:
@@ -34,6 +34,19 @@ function request(
|
||||
allow_external_participants: true,
|
||||
allow_participant_updates: true,
|
||||
result_visibility: "after_close",
|
||||
participant_visibility: "aggregates_only",
|
||||
effective_participant_visibility: "aggregates_only",
|
||||
participant_aggregate: {
|
||||
total: options.participantStatus ? 1 : 0,
|
||||
status_counts: options.participantStatus ? { [options.participantStatus]: 1 } : {}
|
||||
},
|
||||
participant_visibility_decision: {
|
||||
requested_visibility: "aggregates_only",
|
||||
effective_visibility: "aggregates_only",
|
||||
policy_applied: false,
|
||||
source_path: [],
|
||||
details: {}
|
||||
},
|
||||
calendar_integration_enabled: false,
|
||||
calendar_freebusy_enabled: false,
|
||||
calendar_hold_enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user