Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 640 Bytes

EjectRequest.md

File metadata and controls

22 lines (16 loc) · 640 Bytes

Daily::EjectRequest

Properties

Name Type Description Notes
ids Array<String> List of participant ids (max 100) to eject from the existing meeting session. [optional]
user_ids Array<String> List of user_ids (max 100) to eject from the existing meeting session. [optional]
ban Boolean If true, participants are prevented from (re)joining with the given user_ids. [optional][default to false]

Example

require 'daily-ruby'

instance = Daily::EjectRequest.new(
  ids: null,
  user_ids: null,
  ban: null
)