Web App 3 v38
Minor changes
Enhancing iframe sandbox security
- Added support for file downloads with the optional
allow-downloadsandbox value.
Visual Elements
Button
ParticipantActionButtonPayload- Adds support for icons via
iconprop - Adds support for active state via
isActiveprop
- Adds support for icons via
Events
ParticipantsActivities
- Introduces a new "umbrella" event that should be used in place of the current Participants, Participant Joined and Participant Left events. These are now deprecated. This change will not affect currently working plugins.
Participant
- Adds the
isClientMuted,canReceivePersonalMixandreceiveFromVideoMixproperties to the participant object included in relevant participant-related events.