Type alias AllowParticipantToRecordOptions

AllowParticipantToRecordOptions: { participantId?: string; participantUUID?: string; action: "grant" | "revoke" }

Type declaration

  • Optional participantId?: string

    ID of the participant to allow or disallow to record

    Deprecated

    use participantUUID instead of participantId

  • Optional participantUUID?: string

    UUID of the participant to allow or disallow to record

  • action: "grant" | "revoke"

    Allow recording action type

Generated using TypeDoc