Daily::ParticipantJoinedPayloadPermissions Properties Name Type Description Notes has_presence Boolean Determines whether the participant is "present" or "hidden" [optional] can_send Array<String> Array of strings identifying which types of media the participant can send or a boolean to grant/revoke permissions for all media types. [optional] can_admin Array<String> Array of strings identifying which types of admin tasks the participant can do or a boolean to grant/revoke permissions for all types. [optional] Example require 'daily-ruby' instance = Daily::ParticipantJoinedPayloadPermissions.new( has_presence: null, can_send: null, can_admin: null )