Name | Type | Description | Notes |
---|---|---|---|
has_presence | Boolean | Whether the participant appears as "present" in the call, i.e. whether they appear in `participants()`. | [optional] |
can_send | PermissionsCanSend | [optional] | |
can_admin | PermissionsCanAdmin | [optional] |
require 'daily-ruby'
instance = Daily::Permissions.new(
has_presence: null,
can_send: null,
can_admin: null
)