Web App 3 v38
Minor changes
Enhancing iframe sandbox security
- Added support for file downloads with the optional
allow-download
sandbox value.
Visual Elements
Button
ParticipantActionButtonPayload
- Adds support for icons via
icon
prop - Adds support for active state via
isActive
prop
- 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
,canReceivePersonalMix
andreceiveFromVideoMix
properties to the participant object included in relevant participant-related events.