Type alias TakeParticipantPhotoOptions

TakeParticipantPhotoOptions: { participantUUIDs: string[] }

Type declaration

  • participantUUIDs: string[]

    Target participants with specified participantUUIDs. Empty array takes photos of everyone; not-empty participantUUID array takes photo of the UUIDs, size of the array should less than 50, if more than 50, only 50 participantUUIDs will be used;

Generated using TypeDoc